A command to ease mentoring JavaScript exercises in Exercism. It will:
- substitute all instances of
xtest
fortest
in the.spec.js
file - run
npm install
- run
npm test
That's it. :)
A command to ease mentoring JavaScript exercises in Exercism. It will:
xtest
for test
in the .spec.js
filenpm install
npm test
That's it. :)