Skip to content

edufarre/tdd-typescript-boilerplate

Repository files navigation

Install

npm i

Linter

npm run lint

Formatter

npm run format

Tests

Run all tests

npm run test

Run all tests using watch mode

npm run test:watch

Run a specific test

npm run test {filename}

Run a specific test using watch mode

npm run test:watch {filename}

Recommendations

Using VsCode as IDE thus getting benefits from the suggested extensions and settings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published