Merge pull request #478 from atmire/Clean-build-folder-pretest

Clean build folder pre-tests
This commit is contained in:
Art Lowel
2019-09-06 15:36:08 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
// This configuration is currently only being used for unit tests, end-to-end tests use environment.dev.ts
module.exports = {
theme: {
name: 'default',
}
};

View File

@@ -55,6 +55,9 @@
"protractor": "node node_modules/protractor/bin/protractor",
"pree2e": "yarn run webdriver:update",
"e2e": "yarn run protractor",
"pretest": "yarn run clean:bld",
"pretest:headless": "yarn run pretest",
"pretest:watch": "yarn run pretest",
"test": "karma start --single-run",
"test:headless": "karma start --single-run --browsers ChromeHeadless",
"test:watch": "karma start --no-single-run --auto-watch",