|
@@ -5,10 +5,10 @@
|
|
|
"scripts": {
|
|
|
"build": "tsc",
|
|
|
"clean": "rimraf build && rimraf coverage",
|
|
|
- "coverage": "python run-test.py --browsers=Firefox karma-cov.conf.js",
|
|
|
+ "coverage": "python run-test.py --browsersChromeHeadlessNoSandbox karma-cov.conf.js",
|
|
|
"test": "jlpm run test:firefox",
|
|
|
"test:chrome": "python run-test.py --browsers=Chrome karma.conf.js",
|
|
|
- "test:chrome-headless": "python run-test.py --browsers=ChromeHeadless karma.conf.js",
|
|
|
+ "test:chrome-headless": "python run-test.py --browsersChromeHeadlessNoSandbox karma.conf.js",
|
|
|
"test:debug": "python run-test.py --browsers=Chrome --singleRun=false --debug=true --browserNoActivityTimeout=10000000 karma.conf.js",
|
|
|
"test:firefox": "python run-test.py --browsers=Firefox karma.conf.js",
|
|
|
"test:ie": "python run-test.py --browsers=IE karma.conf.js",
|