Avoid logging 404 warnings

This commit is contained in:
Tim Schaub
2018-11-04 18:27:06 -07:00
parent e55cca1e7d
commit f34cb17ffa

View File

@@ -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",