0.0.4 • Published 4 years ago

jest-playwright-jsdom v0.0.4

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

jest-playwright-jsdom

Jest preset containing all required configuration for writing integration tests using Playwright and jest-environment-dom.

npm install jest playwright jest-playwright-jsdom

Usage

// jest.config.js
module.exports = {
  preset: 'jest-playwright-jsdom',
}

License

MIT