Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 320 Bytes

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