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.jsmoduleexports = preset: 'jest-playwright-jsdom'
License
MIT