testjavascript / nodejs-integration-tests-best-practices

✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use 'Jest suspend' to allow pausing tests

goldbergyoni opened this issue · comments

Since we deal with realistic tests with DB, its sometime too wasteful to run the tests in watch-mode. Jest suspend allows the developers to put the watch-mode in pause:
https://github.com/unional/jest-watch-suspend

Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.