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
Light question. Does the current testing infrastructure using tape and c8 support multiple test files, without writing a test runner? e.g. adding test/multiple.js
I have not previously used tape or c8. After some research and experimentation I found this appears to work on Mac, but I am not sure about Windows. (Or whether it is actually doing what I intend! 🤔).
npx c8 tape test/*.js
The text was updated successfully, but these errors were encountered:
Light question. Does the current testing infrastructure using
tape
andc8
support multiple test files, without writing a test runner? e.g. addingtest/multiple.js
I have not previously used
tape
orc8
. After some research and experimentation I found this appears to work on Mac, but I am not sure about Windows. (Or whether it is actually doing what I intend! 🤔).The text was updated successfully, but these errors were encountered: