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: PS4 - rename "tests:global" to "lint" Created Sept. 3, 2018, 9:52 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
« .gitlab-ci.yml ('K') | « .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..fa652c1355ae820c3383b26b54c17be12b3a7f78 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,6 @@
"scripts": {
"pretest": "python ensure_dependencies.py",
"lint": "eslint *.js lib/ qunit/ ext/ test/",
- "test": "mocha",
- "posttest": "npm run lint"
Sebastian Noack 2018/09/03 19:37:36 Perhaps we can leave this in here, and then in the
tlucas 2018/09/03 21:35:54 Unfortunately it doesn't matter, whether one invok
Sebastian Noack 2018/09/03 21:57:47 I guess we could add another script, e.g. test-onl
tlucas 2018/09/04 07:19:36 Right! Done.
+ "test": "mocha"
}
}
« .gitlab-ci.yml ('K') | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld