jsPsych/tests
2019-07-02 11:19:58 -04:00
..
jsPsych add test case for #628 2019-07-02 11:19:58 -04:00
jsPsych.data fixes #391 2019-06-18 12:02:17 -04:00
jsPsych.pluginAPI implements #489 2018-01-03 13:57:20 -05:00
jsPsych.randomization organize tests 2017-01-15 15:43:00 -05:00
jsPsych.utils better deepCopy util 2017-07-21 22:11:19 -04:00
media working preloaded video 2018-05-31 09:56:42 +01:00
plugins Merge pull request #555 from sprengholz/master 2019-05-31 16:46:53 -04:00
README.md Create README.md 2017-04-10 18:38:42 -04:00
testing-utils.js fixed IAT plugin and doc 2017-06-21 11:16:47 -04:00

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.