Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171302

Change subject: Revert "Fix mocha script target to use local mocha install"
......................................................................

Revert "Fix mocha script target to use local mocha install"

This is not necessary with a proper mocha install, and
breaks tests on our deploy repo.

This reverts commit 1cde02180156922670fcaf57a15cd45e3bdc2025.

Change-Id: Ia235c70d883290ed268d0d46df9b204534f4ce7b
---
M package.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/02/171302/1

diff --git a/package.json b/package.json
index 726bee1..686ef3b 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
        "scripts": {
                "start": "node api/server.js",
                "parserTests": "node tests/parserTests.js",
-               "mocha": "node_modules/mocha/bin/mocha --opts 
tests/mocha/mocha.opts tests/mocha",
+               "mocha": "mocha --opts tests/mocha/mocha.opts tests/mocha",
                "test": "npm run parserTests && npm run mocha"
        },
        "repository": {

-- 
To view, visit https://gerrit.wikimedia.org/r/171302
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia235c70d883290ed268d0d46df9b204534f4ce7b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to