| 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": {
|
|
|