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

Unified Diff: package.json

Issue 29367181: Issue 4726 - Add tests for the element hiding emulation content script (Closed) Base URL: https://bitbucket.org/fhd/adblockpluscore
Patch Set: Created Dec. 11, 2016, 12:12 p.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
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -1,13 +1,17 @@
{
"name": "adblockpluscore",
"repository": "https://hg.adblockplus.org/adblockpluscore",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
- "sandboxed-module": "2.0.3",
- "nodeunit": "0.9.1"
+ "node-qunit-phantomjs": "^1.5.0",
+ "nodeunit": "0.9.1",
+ "qunitjs": "^2.1.0",
+ "sandboxed-module": "2.0.3"
},
"scripts": {
- "test": "node test_runner.js"
+ "test": "npm run test-node; npm run test-browser",
+ "test-node": "node test_runner.js",
+ "test-browser": "node_modules/node-qunit-phantomjs/bin/node-qunit-phantomjs test/browser/index.html"
}
}
« no previous file with comments | « README.md ('k') | test/browser/elemHideEmulation.js » ('j') | test/browser/elemHideEmulation.js » ('J')

Powered by Google App Engine
This is Rietveld