Dojo playground with TypeScript & Jest.
- Clone the repository
git clone https://github.com/gaetanmaisse/dojo-typescript-jest.git
- Install dependencies
yarn install
- Just code and have fun!
Below is a list of all the scripts this project has available:
Script | Description |
---|---|
build |
Runs Typescript compiler |
build:watch |
Runs Typescript compiler in watch mode |
test |
Runs tests using Jest test runner with --verbose and --coverage activated |
test:watch |
Runs tests in watch mode (run only tests related to changed files based on git status) |
lint:eslint |
Runs ESLint on project files |