Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.89 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.89 KB

Dojo TypeScript-Jest

Dojo playground with TypeScript & Jest.

jest Commitizen friendly code style: prettier Known Vulnerabilities Build Status Renovate

Getting started

  • Clone the repository
git clone https://github.com/gaetanmaisse/dojo-typescript-jest.git
  • Install dependencies
yarn install
  • Just code and have fun!

Available scripts

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