| 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..04814e5e73a481cee35be91dcdd1f280c0239dcb 100644
|
| --- a/third_party/WebKit/Source/devtools/package.json
|
| +++ b/third_party/WebKit/Source/devtools/package.json
|
| @@ -5,7 +5,9 @@
|
| "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/npm_test.js",
|
| + "test:build": "node scripts/npm_test.js --build-only",
|
| + "test:run": "node scripts/npm_test.js --test-only",
|
| "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
|
| },
|
| "repository": {
|
|
|