An open API service indexing awesome lists of open source software.

https://github.com/cpiber/jest-demo


https://github.com/cpiber/jest-demo

Last synced: about 1 month ago
JSON representation

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).

![Error msg](https://user-images.githubusercontent.com/59023762/130020906-1bb2a527-ff68-4c1a-81b2-8d77d84a9f44.png)