https://github.com/rickstaa/es6-jest-example
A example that shows how to use es6 with jest.
https://github.com/rickstaa/es6-jest-example
Last synced: about 2 months ago
JSON representation
A example that shows how to use es6 with jest.
- Host: GitHub
- URL: https://github.com/rickstaa/es6-jest-example
- Owner: rickstaa
- Created: 2022-09-16T14:16:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T08:02:07.000Z (over 3 years ago)
- Last Synced: 2025-12-07T14:04:17.962Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.63 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6-jest-example
An example that shows how to use es6 with jest. For more information, see and .
## How to use
1. Install dependencies.
2. Run main tests using `npm run test`.
3. Run subTests using `npm run test:sub`.