jsPsych/tests
2017-07-28 14:08:19 -04:00
..
jsPsych.data add a test for nested timeline variables and data parameter 2017-07-26 15:41:19 -04:00
jsPsych.pluginAPI make keycodes case insensitive 2017-07-13 11:25:11 -04: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 implemented plugin.info, some examples not working 2017-07-10 14:43:04 -04:00
plugins test free-sort 2017-07-28 14:08:19 -04:00
events.test.js get some tests passing again 2017-07-09 23:32:12 -04:00
loads.test.js adjust loading test 2017-05-25 10:39:13 -04:00
progressbar.test.js get some tests passing again 2017-07-09 23:32:12 -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
timeline-variables.test.js change type specification 2017-07-11 22:19:42 -04:00
timelines.test.js get some tests passing again 2017-07-09 23:32:12 -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.