2024-01-03 10:11:33 +00:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright 2022 Google Inc.
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2022-10-14 11:37:07 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @type {import('mocha').MochaOptions}
|
|
|
|
*/
|
|
|
|
module.exports = {
|
|
|
|
spec: ['build/**/*.spec.js'],
|
|
|
|
timeout: '240000ms',
|
|
|
|
};
|