https://github.com/marco-ippolito/test-runner-workshop
https://github.com/marco-ippolito/test-runner-workshop
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marco-ippolito/test-runner-workshop
- Owner: marco-ippolito
- License: mit
- Created: 2023-12-19T07:53:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T12:48:00.000Z (over 1 year ago)
- Last Synced: 2025-04-06T04:51:34.777Z (6 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-runner-workshop
- run `npm install`.
- run `cd ./src/a00-example`.
- run `node --test`.
- Dont look in the `package.json` unless you want to find the solution.
- Solution is in `package.json` or `solution.test.js` or both.
- run `npm run solution`.