https://github.com/cpiber/jest-demo
https://github.com/cpiber/jest-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpiber/jest-demo
- Owner: cpiber
- Created: 2021-08-19T06:42:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T10:09:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T10:18:10.588Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest+jsdom demo
Small demo repo to showcase a `ReferenceError` in jsdom in combination with Jest test environment jsdom.
Run `npm run run` to run both normal code (should run fine) and tests (should fail).
