Nuxt/examples/jest-puppeteer/jest.config.js

5 lines
65 B
JavaScript
Executable File

module.exports = {
verbose: true,
preset: 'jest-puppeteer'
}