mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
module.exports = {
|
|
logLevel: 'debug',
|
|
spec: 'test/build/**/*.spec.js',
|
|
require: ['./test/build/mocha-utils.js'],
|
|
exit: !!process.env.CI,
|
|
reporter: 'spec',
|
|
timeout: 10_000,
|
|
};
|