Spracherkennung für: .cjs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
/**
* @license
* Copyright
2020 Google Inc.
* SPDX-License-Identifier: Apache-
2.
0
*/
let timeout = process.platform === 'win32' ?
20_
000 :
10_
000;
if (!!process.env.DEBUGGER_ATTACHED) {
timeout =
0;
}
module.exports = {
logLevel: 'debug',
require: ['./test/build/mocha-utils.js', 'source-map-support/register'],
exit: !!process.env.CI,
retries: process.env.CI ?
3 :
0,
parallel: !!process.env.PARALLEL,
timeout: timeout,
reporter: process.env.CI ? 'spec' : 'dot',
// This should make mocha crash on uncaught errors.
// See
https://github.com/mochajs/mocha/blob/master/docs/index.md#--allow-uncaught.
allowUncaught: true,
// See
https://github.com/mochajs/mocha/blob/master/docs/index.md#--async-only--a.
asyncOnly: true,
};
[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-04]