Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
remote
/
test
/
puppeteer
/
test
/
installation
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 549 B
Quelle .mocharc.cjs Sprache: unbekannt
Spracherkennung für: .cjs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
/**
* @license
* Copyright
2022
Google Inc.
* SPDX-License-Identifier: Apache-
2
.
0
*/
/**
* @type {import('mocha').MochaOptions}
*/
module.exports = {
spec: ['build/**/*.spec.js'],
require: ['source-map-support/register'],
exit: !!process.env.CI,
timeout:
240
_
000
,
// 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.16 Sekunden, vorverarbeitet 2026-06-04]
2026-06-09