https://github.com/mackentoch/jest-demo
https://github.com/mackentoch/jest-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mackentoch/jest-demo
- Owner: MacKentoch
- Created: 2020-02-15T09:20:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T20:20:05.000Z (almost 3 years ago)
- Last Synced: 2025-07-31T07:16:18.187Z (12 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest demo
## Installation
⚠️ [Node JS 12](https://nodejs.org/en/) is a prerequisite
```bash
npm install
```
## Run test
```bash
npm run test %FILENAME%
```