mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
253 B
253 B
Testing jsPsych
Tests are written with 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.