|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
"lintall": "eslint src/ test/", |
|
|
|
|
"clean": "rimraf lib webapp electron_app/dist", |
|
|
|
|
"prepare": "yarn clean && yarn build:compile", |
|
|
|
|
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless", |
|
|
|
|
"test": "karma start --single-run=true --autoWatch=false --browsers VectorChromeHeadless", |
|
|
|
|
"test-multi": "karma start" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
"html-webpack-plugin": "^3.2.0", |
|
|
|
|
"json-loader": "^0.5.3", |
|
|
|
|
"karma": "^3.1.2", |
|
|
|
|
"karma-chrome-launcher": "^0.2.3", |
|
|
|
|
"karma-chrome-launcher": "^2.2.0", |
|
|
|
|
"karma-cli": "^1.0.1", |
|
|
|
|
"karma-junit-reporter": "^2.0.0", |
|
|
|
|
"karma-logcapture-reporter": "0.0.1", |
|
|
|
|