https://github.com/dmshvetsov/js-n-jest-sandbox
Personal sandbox to create one-file experiments in JavaScript and test it with Jest
https://github.com/dmshvetsov/js-n-jest-sandbox
Last synced: 26 days ago
JSON representation
Personal sandbox to create one-file experiments in JavaScript and test it with Jest
- Host: GitHub
- URL: https://github.com/dmshvetsov/js-n-jest-sandbox
- Owner: dmshvetsov
- Created: 2020-11-14T07:38:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T07:51:27.000Z (over 4 years ago)
- Last Synced: 2024-12-25T05:23:57.409Z (5 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS and Jest sandbox
Prepared folder for running and testing one-file JavaScript files with [Jest](https://jestjs.io/).
## Usage
Prepare:
$ npm run setup
Create some files with `.js` extension and Jest tests inside and run:
$ npm test
## Author
Dmitry Shvetsov