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

Side by Side Diff: package.json

Issue 29867566: Issue 6890 - run npm tests in parallel (PENDING) (Closed) Base URL: https://codereview.adblockplus.org/29862580/
Patch Set: Created Aug. 29, 2018, 8:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« .gitlab-ci.yml ('K') | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "adblockpluschrome", 2 "name": "adblockpluschrome",
3 "repository": "https://hg.adblockplus.org/adblockpluschrome", 3 "repository": "https://hg.adblockplus.org/adblockpluschrome",
4 "license": "GPL-3.0", 4 "license": "GPL-3.0",
5 "dependencies": {}, 5 "dependencies": {},
6 "devDependencies": { 6 "devDependencies": {
7 "//": [ 7 "//": [
8 "'dmg', 'extract-zip' and 'ncp' are needed by `download_*.js` modules", 8 "'dmg', 'extract-zip' and 'ncp' are needed by `download_*.js` modules",
9 "in adblockpluscore/test/.", 9 "in adblockpluscore/test/.",
10 "The chromedriver version was pinned to that exact version, due tu in-", 10 "The chromedriver version was pinned to that exact version, due tu in-",
11 "compatibilities with the configured chromium version and newer drivers." 11 "compatibilities with the configured chromium version and newer drivers."
12 ], 12 ],
13 "chromedriver": "2.36.0", 13 "chromedriver": "2.36.0",
14 "dmg": "^0.1.0", 14 "dmg": "^0.1.0",
15 "eslint": "^5.1.0", 15 "eslint": "^5.1.0",
16 "eslint-config-eyeo": "^2.1.0", 16 "eslint-config-eyeo": "^2.1.0",
17 "extract-zip": "^1.6.5", 17 "extract-zip": "^1.6.5",
18 "geckodriver": "^1.9.0", 18 "geckodriver": "^1.9.0",
19 "ncp": "^2.0.0", 19 "ncp": "^2.0.0",
20 "mocha": "^5.2.0", 20 "mocha": "^5.2.0",
21 "selenium-webdriver": "^3.6.0" 21 "selenium-webdriver": "^3.6.0"
22 }, 22 },
23 "scripts": { 23 "scripts": {
24 "pretest": "python ensure_dependencies.py",
24 "lint": "eslint *.js lib/ qunit/ ext/ test/", 25 "lint": "eslint *.js lib/ qunit/ ext/ test/",
25 "test": "mocha", 26 "test": "mocha"
26 "posttest": "npm run lint"
27 } 27 }
28 } 28 }
OLDNEW
« .gitlab-ci.yml ('K') | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld