tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.mocharc.cjs (307B)


      1 /**
      2 * @license
      3 * Copyright 2024 Google Inc.
      4 * SPDX-License-Identifier: Apache-2.0
      5 */
      6 module.exports = {
      7  logLevel: 'debug',
      8  spec: 'test/build/**/*.spec.js',
      9  require: ['./test/build/mocha-utils.js', 'source-map-support/register'],
     10  exit: !!process.env.CI,
     11  reporter: 'spec',
     12  timeout: 10_000,
     13 };