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
- Host: GitHub
- URL: https://github.com/gamitej/node_ts_testing
- Owner: gamitej
- Created: 2024-10-14T11:42:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:41:59.000Z (over 1 year ago)
- Last Synced: 2025-12-30T16:19:45.761Z (6 months ago)
- Topics: jest-tests, nodejs, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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