products/sources/formale Sprachen/Roqc/test-suite/ide/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 346 B image not shown  

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.36Quellennavigators  ]