Here are some suggestions you can implement in your project:
Installing the jest package as a dev dependency so that it wouldn't be bundled into your production code because your test files and dependency should only be available in the development environment.
Hello @devMunyi, Nice code, and work so far:
Here are some suggestions you can implement in your project: