issues
search
testdouble
/
quibble
Makes it easy to replace require'd dependencies.
94
stars
25
forks
source link
Fail if file doesn't exist
#65
Open
TimDaub
opened
2 years ago
TimDaub
commented
2 years ago
Fixes #64
To authors:
when I now run
npm run test:esm
I find a lot of errors saying that modules were not found. I'm confused whether these errors appear as checking for a file's existence has been neglected or because I'm breaking fundamental assumptions.
Please help me towards merging this PR, thanks.
To authors:
npm run test:esm
I find a lot of errors saying that modules were not found. I'm confused whether these errors appear as checking for a file's existence has been neglected or because I'm breaking fundamental assumptions.