From f34cb17ffa2ef6d96272641407500711beb85b03 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 4 Nov 2018 18:27:06 -0700 Subject: [PATCH] Avoid logging 404 warnings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5cdfc6012..3c99ee0a50 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "lint": "eslint tasks test src/ol examples config", "pretest": "npm run lint", - "test": "npm run karma -- --single-run", + "test": "npm run karma -- --single-run --log-level error", "karma": "karma start test/karma.config.js", "serve-examples": "webpack-dev-server --config examples/webpack/config.js --mode development --watch", "build-examples": "webpack --config examples/webpack/config.js --mode production",