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