pushkin-consortium / pushkin-exptemplates-basic

Basic jsPsych experiment with a "hello world" timeline.
MIT License
0 stars 6 forks source link

Update Jest tests #37

Open jkhartshorne opened 1 year ago

jkhartshorne commented 1 year ago

The Jest tests were specific to jsPsych 6. Need to update for jsPsych 7.

jkhartshorne commented 1 year ago

I just spend a few hours looking at automatic tests for react components that require providers. It's not trivial. And nothing I tried worked. This may be because we're using old versions of react-redux and react-router. There's going to be a lot of changes associated with those migrations, plus the planned migration to Vite. So I think it's best to leave automated for now and include it in those migrations.