puppeteer/test/installation/.mocharc.cjs
2024-01-03 10:11:33 +00:00

14 lines
215 B
JavaScript

/**
* @license
* Copyright 2022 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @type {import('mocha').MochaOptions}
*/
module.exports = {
spec: ['build/**/*.spec.js'],
timeout: '240000ms',
};