aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
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 /yarn.lock
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 'yarn.lock')
-rw-r--r--yarn.lock21
1 files changed, 0 insertions, 21 deletions
diff --git a/yarn.lock b/yarn.lock
index 76a32851d..efa008ec4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5441,12 +5441,6 @@ grunt-run@0.7.0:
lodash "^3.10.0"
strip-ansi "^3.0.0"
-grunt-simple-mocha@0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/grunt-simple-mocha/-/grunt-simple-mocha-0.4.0.tgz#bdf4c1b26d93cf938a875481c1786211faad7ac0"
- dependencies:
- mocha "*"
-
grunt@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.0.1.tgz#e8778764e944b18f32bb0f10b9078475c9dfb56b"
@@ -8424,21 +8418,6 @@ mkdirp@^0.3.5, mkdirp@~0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.5.tgz#de3e5f8961c88c787ee1368df849ac4413eca8d7"
-mocha@*:
- version "5.0.4"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
- dependencies:
- browser-stdout "1.3.1"
- commander "2.11.0"
- debug "3.1.0"
- diff "3.5.0"
- escape-string-regexp "1.0.5"
- glob "7.1.2"
- growl "1.10.3"
- he "1.1.1"
- mkdirp "0.5.1"
- supports-color "4.4.0"
-
mocha@^5.0.5:
version "5.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.1.tgz#b774c75609dac05eb48f4d9ba1d827b97fde8a7b"