Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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