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
Untersuchungsergebnis.cjs Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln
/**
* @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,
};
[ zur Elbe Produktseite wechseln0.34Quellennavigators
]
2026-04-04