mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
106141f74c
* feat: jest-puppeteer example * - Refactor test * - lint * - lint * - eslint-disable no-undef
5 lines
65 B
JavaScript
Executable File
5 lines
65 B
JavaScript
Executable File
module.exports = {
|
|
verbose: true,
|
|
preset: 'jest-puppeteer'
|
|
}
|