Closed takutoarao closed 5 years ago
Same here, Jest error says Cannot find module 'firebase' from 'mock.js'
.
Problem is that firebase-interfaces
is a js file and is not being processed by the tsc compiler, I created a pull request with a possible fix #53
This should be fixed in 3.1.2.
Sorry not to notice your opening of this issue, @takutoarao
I execute
npm install
, but firebase-interface.ts not found.Did you forget to run
npm publish
?