jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Subramanya Sastry: Looks good to me, approved
GWicke: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ia235c70d883290ed268d0d46df9b204534f4ce7b
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits