I recognize that this project is about 5-6 years away from its last commit, but I wanted to throw something out there in case there was a chance that there was still a desire to work on this project. I know right now there's a major gap in terms of mocking imports with ESMs, and many people are struggling to find things to fill the gap. Most projects have been mainly focused on CommonJS functionality, but with raw ESM becoming more prevalent, there doesn't seem to be much in the way of mocking libraries out there.
Jest seems to be the only real alternative. But for those who have invested in a more lightweight solution (like me: c8, mocha, and sinon), avoiding Jest is looking more and more like its not something we'll be able to do.
I recognize that this project is about 5-6 years away from its last commit, but I wanted to throw something out there in case there was a chance that there was still a desire to work on this project. I know right now there's a major gap in terms of mocking imports with ESMs, and many people are struggling to find things to fill the gap. Most projects have been mainly focused on CommonJS functionality, but with raw
ESMbecoming more prevalent, there doesn't seem to be much in the way of mocking libraries out there.Jest seems to be the only real alternative. But for those who have invested in a more lightweight solution (like me:
c8,mocha, andsinon), avoidingJestis looking more and more like its not something we'll be able to do.