Jest unit testing Playground for unit testing with jest Prerequisites Node 18 and corresponding npm version Install npm ci Run npm run test - Runs the tests once npm run test:unit - Run the tests in watch mode. Change the functions and tests and see them run as you go. Happy hacking! 🤩