mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
8 lines
253 B
Markdown
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.
|