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
Since run-test.sh already has the following line, ./node_modules/.bin/mocha --full-trace --reporter spec ${TESTDIR}/test.js, writing a test line such as in this readme seems redundant. I could be wrong, but running just npm run-script test-demo -- demos/sum works for me, while npm run-script test-demo -- demos/sum/test.js errors out.
Could fix this in a PR, if this is a legit issue!
Cheers.
The text was updated successfully, but these errors were encountered:
Since run-test.sh already has the following line,
./node_modules/.bin/mocha --full-trace --reporter spec ${TESTDIR}/test.js
, writing a test line such as in this readme seems redundant. I could be wrong, but running justnpm run-script test-demo -- demos/sum
works for me, whilenpm run-script test-demo -- demos/sum/test.js
errors out.Could fix this in a PR, if this is a legit issue!
Cheers.
The text was updated successfully, but these errors were encountered: