Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29867566: Issue 6890 - run npm tests in parallel (PENDING) (Closed) Base URL: https://codereview.adblockplus.org/29862580/
Patch Set: Created Sept. 4, 2018, 7:18 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index f5334e8ebb39d6ea56a6aa82e879f0cbc7e1b8fc..85496ebb171005377b585176c33e95fb932114bd 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,8 @@
"scripts": {
"pretest": "python ensure_dependencies.py",
"lint": "eslint *.js lib/ qunit/ ext/ test/",
- "test": "mocha",
+ "test-only": "mocha",
+ "test": "npm run test-only",
"posttest": "npm run lint"
}
}
« no previous file with comments | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld