Here are
14 public repositories
matching this topic...
Run your tests using Jest & Puppeteer 🎪 ✨
Updated
Aug 21, 2020
JavaScript
Jest preset for MongoDB in-memory server
Updated
Aug 6, 2020
JavaScript
Connect Jest tests to Selenium WebDriver
Updated
Aug 13, 2019
JavaScript
👷♀️ Use Web Workers in Jest / JSDOM 🌈
Updated
Jul 28, 2020
JavaScript
Running tests using Jest & Playwright 🚀
Updated
Aug 28, 2020
TypeScript
Jest preset for DynamoDB local server
Updated
Aug 8, 2020
JavaScript
Run your tests using Jest and WebdriverIO
Updated
Mar 14, 2020
TypeScript
A Jest environment for using Browserstack and Browserstack-Local with Webdriver-manager
Updated
Aug 26, 2020
TypeScript
Jest environment with a running in-memory MongoDB server
Updated
Jul 16, 2020
TypeScript
Fake-IndexedDB environment for Jest
Updated
Mar 15, 2020
JavaScript
Simple environment that disables all network connectivity via nock
Updated
Jul 18, 2020
TypeScript
A Jest environment that supports Web Workers
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?