Nuxt/examples/jest-puppeteer/jest.config.js
awronski 106141f74c feat: jest-puppeteer example (#4163)
* feat: jest-puppeteer example

* - Refactor test

* - lint

* - lint

* - eslint-disable no-undef
2018-10-25 19:44:09 +02:00

5 lines
65 B
JavaScript
Executable File

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