The Wayback Machine - https://web.archive.org/web/20211206204304/https://github.com/topics/jest-environment
Here are
15 public repositories
matching this topic...
Run your tests using Jest & Puppeteer 🎪 ✨
Updated
Dec 2, 2021
JavaScript
Jest preset for MongoDB in-memory server
Updated
Dec 4, 2021
JavaScript
Running tests using Jest & Playwright
Updated
Sep 30, 2021
TypeScript
Connect Jest tests to Selenium WebDriver
Updated
Aug 13, 2019
JavaScript
👷♀️ Use Web Workers in Jest / JSDOM 🌈
Updated
Sep 6, 2021
JavaScript
Jest preset for DynamoDB local server
Updated
Nov 9, 2021
JavaScript
Run your tests using Jest and WebdriverIO
Updated
Apr 17, 2021
TypeScript
A Jest environment for using Browserstack and Browserstack-Local with Webdriver-manager
Updated
Dec 6, 2021
TypeScript
Jest environment with a running in-memory MongoDB server
Updated
Oct 13, 2021
TypeScript
Simple environment that disables all network connectivity via nock
Updated
Sep 21, 2021
TypeScript
Fake-IndexedDB environment for Jest
Updated
Jan 27, 2021
JavaScript
A Jest environment that supports Web Workers
Pizza ordering app with user authentication and unit testing
Updated
Sep 12, 2020
JavaScript
Improve this page
Add a description, image, and links to the
jest-environment
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
jest-environment
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
hello simon
In my project jest-environment-jsdom-global can run normally,
But jslint will prompt me
'Cannot find name 'jsdom'
my tslint version is
"^5.10.0"
,should i ignore this waring?