-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--watch
works, otherwise crash on import
token
#7
Comments
Damn, that was a tricky one. npm run test
npm run test:watch
The difference between this two calls is the I'll try to fix this soon. As a workaround change the order of arguments:
|
@zinserjan Excellent finding. Nice work! |
Fixed & released in 0.3.1. |
I was getting the same error if I put the If I move the |
The right hand side runs all tests successfully. The left not so.
Repro: causiq/sdk@5e2db69
npm install && npm build && npm run test
versusnpm install && npm build && npm run test:watch
.Misc
Log:
webpack-test.config.js:
Versions
The text was updated successfully, but these errors were encountered: