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

Side by Side Diff: package.json

Issue 29864561: Issue 6884 - Migrate from nodeunit to mocha (Closed)
Patch Set: Inline reportElements() for better code locality Created Aug. 26, 2018, 7:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/firefox.js » ('j') | 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 the module", 8 "'dmg', 'extract-zip' and 'ncp' are needed by the module",
9 "adblockpluscore/test/download_firefox.js." 9 "adblockpluscore/test/download_firefox.js."
10 ], 10 ],
11 "dmg": "^0.1.0", 11 "dmg": "^0.1.0",
12 "eslint": "^5.1.0", 12 "eslint": "^5.1.0",
13 "eslint-config-eyeo": "^2.1.0", 13 "eslint-config-eyeo": "^2.1.0",
14 "extract-zip": "^1.6.5", 14 "extract-zip": "^1.6.5",
15 "geckodriver": "^1.9.0", 15 "geckodriver": "^1.9.0",
16 "ncp": "^2.0.0", 16 "ncp": "^2.0.0",
17 "nodeunit": "^0.9.1", 17 "mocha": "^5.2.0",
18 "selenium-webdriver": "^3.6.0" 18 "selenium-webdriver": "^3.6.0"
19 }, 19 },
20 "scripts": { 20 "scripts": {
21 "lint": "eslint *.js lib/ qunit/ ext/ test/", 21 "lint": "eslint *.js lib/ qunit/ ext/ test/",
22 "pretest": "python build.py devenv -t gecko", 22 "pretest": "python build.py devenv -t gecko",
23 "test": "nodeunit test/*", 23 "test": "mocha",
24 "posttest": "npm run lint" 24 "posttest": "npm run lint"
25 } 25 }
26 } 26 }
OLDNEW
« no previous file with comments | « no previous file | test/firefox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld