aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSpencer <email@spalger.com>2018-05-16 10:43:55 -0700
committerGitHub <noreply@github.com>2018-05-16 10:43:55 -0700
commitf24a7251445be531f90b2be0650801f8ee8101c8 (patch)
tree4b49eafcabfffdcccf1b177a6c99b6ae002502ae /scripts
parentb620978ca1eaa0721c926289d3a9df5ec861b72f (diff)
[mocha] remove grunt-simple-mocha (#19079)
* [mocha] run tests with mocha script, remove grunt-simple-mocha * [ci] force colored output * [ci] disable color when reading the yarn bin * [dev/build/exec] support tooling log having its own chalk * [dev/mocha] avoid changing the cwd of the process * [dev/mocha] only match files, speed up negative matches * [cli/serve/test] strip ansi control characters from logs * [ci] disable color in all `yarn bin` invocations * [dev/mocha] cleanup old runInBand check * [dev/mocha] enable gloabl leak checks
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mocha.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mocha.js b/scripts/mocha.js
index 6dce353b7..88d2d91b6 100644
--- a/scripts/mocha.js
+++ b/scripts/mocha.js
@@ -1,2 +1,2 @@
require('../src/babel-register');
-require('../test/scripts/run_mocha');
+require('../src/dev/mocha').runMochaCli();