jsPsych/tests/README.md
2017-04-10 18:38:42 -04:00

8 lines
253 B
Markdown

# Testing jsPsych
Tests are written with [Jest](https://facebook.github.io/jest/).
To run the tests, install Node and npm. Run `npm install` in the root jsPsych directory. Then run `npm test`.
To add tests, follow examples contained in this folder.