Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2413563002: DevTools: add "npm test" to run tests by fetching content shells (Closed)
Patch Set: nits Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 59cd180b171e0bf4e4d1c060482d9c9fd577e0af..a08525dc1c9cc968e4162796ac2e652001e376ec 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -5,7 +5,7 @@
"start": "node scripts/start_chrome_and_server.js",
"chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
"server": "node scripts/hosted_mode/server.js",
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "node scripts/run_tests_without_compile.js",
"lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
},
"repository": {

Powered by Google App Engine
This is Rietveld 408576698