An empty project with JavaScript testing tools preconfigured. Do whatever you like with it.
You'll need a recent Node.js version. Then download this project's dependencies with:
npm install
Run tests once
npm run test
Run tests continuously
npm run autotest
Code reformat
npm run format