Skeleton project for Javascript (ESM) with Jest for testing.
./script/setup
to install dependencies./script/test
to run the tests./script/start
to run the index.js file
- Code located in
index.js
- Tests located in
index.test.js
However, you're free to organise your code as you like.