Only test outdated cases by default

This commit is contained in:
Tim Schaub
2018-11-09 14:43:11 -07:00
parent f444da29bc
commit 800776b6cb
3 changed files with 66 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,7 @@
"lint": "eslint tasks test src/ol examples config",
"pretest": "npm run lint",
"test-rendering": "node rendering/test.js",
"test": "npm run karma -- --single-run --log-level error && npm run test-rendering",
"test": "npm run karma -- --single-run --log-level error && npm run test-rendering -- --force",
"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",
@@ -57,6 +57,7 @@
"front-matter": "^3.0.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"globby": "^8.0.1",
"handlebars": "4.0.11",
"istanbul": "0.4.5",
"jquery": "3.3.1",