From 5b2a9171579b2f9f837c7851ad99b23ba442093b Mon Sep 17 00:00:00 2001 From: Jason Laster Date: Fri, 3 Nov 2017 14:28:42 -0400 Subject: [PATCH] Dont show Mochi output for passing tests --- bin/ci/run-tests.sh | 2 +- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/ci/run-tests.sh b/bin/ci/run-tests.sh index 3b5d5b9052..af72d66548 100755 --- a/bin/ci/run-tests.sh +++ b/bin/ci/run-tests.sh @@ -1,5 +1,5 @@ #!/bin/bash node ./bin/copy-assets.js --mc firefox -./node_modules/.bin/mochii --mc ./firefox --default-test-path devtools/client/debugger/new +./node_modules/.bin/mochii --ci true --mc ./firefox --default-test-path devtools/client/debugger/new exit $? diff --git a/package.json b/package.json index 651fcdc719..1a44cd96d5 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "jest-localstorage-mock": "^1.1.1", "jest-serializer-babel-ast": "^0.0.5", "lint-staged": "^4.0.1", - "mochii": "^0.0.12", + "mochii": "^0.0.13", "mock-require": "^2.0.2", "node-emoji": "^1.8.1", "npm-run-all": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index 005a672356..b27b442f0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6744,9 +6744,9 @@ mocha@^3.2.0: mkdirp "0.5.1" supports-color "3.1.2" -mochii@^0.0.12: - version "0.0.12" - resolved "https://registry.yarnpkg.com/mochii/-/mochii-0.0.12.tgz#a2ab8ca455a7265c9026bce96e42ef408c3dd278" +mochii@^0.0.13: + version "0.0.13" + resolved "https://registry.yarnpkg.com/mochii/-/mochii-0.0.13.tgz#fb3c1471721fdfbbf99dabf83426ed5d8d8bde76" dependencies: chalk "^2.1.0" eslint "^4.7.2"