You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m seeing this work without @types/jest or @types/mocha, at least with the unmodified template. Is that correct? I’d like to simply let people install additional tools or swap the test runner if they so choose.
Thanks!
npm run build
still needs @types/chai and also @types/jest
also will need to publish to npm registry
Added a fix for this in #1648
I’m seeing this work without
@types/jest
or@types/mocha
, at least with the unmodified template. Is that correct? I’d like to simply let people install additional tools or swap the test runner if they so choose.Originally posted by @drwpow in #1612 (comment)
The text was updated successfully, but these errors were encountered: