@techor/jest-puppeteer
v2.1.4
Published
Techor's jest preset for puppeteer
Downloads
16
Maintainers
Readme
Getting Started
npm install @techor/jest-puppeteer -DConfiguration
Create a jest.config.ts file in your project root and preset @techor/jest-puppeteer:
export default {
preset: '@techor/jest-puppeteer'
}