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

https://github.com/gamitej/node_ts_testing

Nodejs Typescript Testing
https://github.com/gamitej/node_ts_testing

jest-tests nodejs testing typescript

Last synced: 2 months ago
JSON representation

Nodejs Typescript Testing

Awesome Lists containing this project

README

          

### Install Dependenciess :-

```
npm init -y
```

```
npm i -D typescript jest ts-jest @types/jest ts-node
```

```
npx ts-jest config:init
```

### Important Jest

1. it.skip or describe.skip - to skip the test suite

2. it.only or describe.only - to run only defined test suite