jsPsych/tests
2021-02-12 15:59:35 -08:00
..
jsPsych Merge branch 'master' into feature-timeline-events 2021-02-12 10:58:01 -08:00
jsPsych.data add a few more JSON and CSV conversion tests with plugins that uses objects and arrays in the data #670 2021-02-12 15:59:35 -08:00
jsPsych.pluginAPI change numeric keyCodes to key strings, change valid keys to lowercase in examples/docs (missed these out in the earlier keyCode->key change) 2021-02-11 15:06:03 -08:00
jsPsych.randomization add shuffleAlternateGroups #528 2019-07-08 11:35:25 -04:00
jsPsych.utils better deepCopy util 2017-07-21 22:11:19 -04:00
plugins merge changes from master and fix merge conflicts #670 2021-02-12 15:58:48 -08:00
README.md Create README.md 2017-04-10 18:38:42 -04:00
testing-utils.js replaces keyCode with .key, gets all tests working 2021-01-15 17:55:12 -05: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.