Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrunsprint89/tdd_kata
Minimalistic project for doing TDD Katas with Node, TS and Jest
https://github.com/shrunsprint89/tdd_kata
Last synced: 4 days ago
JSON representation
Minimalistic project for doing TDD Katas with Node, TS and Jest
- Host: GitHub
- URL: https://github.com/shrunsprint89/tdd_kata
- Owner: shrunSprint89
- License: apache-2.0
- Created: 2024-08-27T04:21:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T02:58:54.000Z (5 months ago)
- Last Synced: 2024-11-19T08:10:20.319Z (2 months ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
### Clone repository
To clone the repository, use the following commands:
```sh
git clone https://github.com/shrunSprint89/TDD_Kata.git
cd TDD_Kata
npm install
```## Available Scripts
Run these with 'npm run' if continuing to use NPM
- `clean` - remove coverage data, Jest cache and transpiled files,
- `prebuild` - lint source files and tests before building,
- `build` - transpile TypeScript to ES6,
- `build:watch` - interactive watch mode to automatically transpile source files,
- `lint` - lint source files and tests,
- `prettier` - reformat files,
- `test` - run tests,
- `test:watch` - interactive watch mode to automatically re-run tests## Additional information
Boilerplate code taken from https://github.com/jsynowiec/node-typescript-boilerplate