cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Author meaningful tests for nextjs-snake #187

Open cefn opened 1 year ago

cefn commented 1 year ago

Originally it was too hard to establish compatibility between the next custom jsx build system and the jest build system, meaning you could only have a config that either ran the jest tests, OR allowed the next app to build.

Work on tests for nextjs-snake at view.test.tsx was therefore halted.

SInce this was resolved (and pnpm run test actually can run test.tsx files) these tests should be revisited and add meaningful tests of app behaviour.