Clone the repository and run:
$ npm install
or
$ yarn
This project supports both languages. Rename a file's extension to .js
or .ts
depending on what you want.
To run tests once, execute:
$ npm test
or
$ yarn test
To run tests in watch mode, execute:
$ npm test -- --watch
or
$ yarn test --watch