mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Merge pull request #478 from atmire/Clean-build-folder-pretest
Clean build folder pre-tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
|
// This configuration is currently only being used for unit tests, end-to-end tests use environment.dev.ts
|
||||||
module.exports = {
|
module.exports = {
|
||||||
theme: {
|
|
||||||
name: 'default',
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
@@ -55,6 +55,9 @@
|
|||||||
"protractor": "node node_modules/protractor/bin/protractor",
|
"protractor": "node node_modules/protractor/bin/protractor",
|
||||||
"pree2e": "yarn run webdriver:update",
|
"pree2e": "yarn run webdriver:update",
|
||||||
"e2e": "yarn run protractor",
|
"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": "karma start --single-run",
|
||||||
"test:headless": "karma start --single-run --browsers ChromeHeadless",
|
"test:headless": "karma start --single-run --browsers ChromeHeadless",
|
||||||
"test:watch": "karma start --no-single-run --auto-watch",
|
"test:watch": "karma start --no-single-run --auto-watch",
|
||||||
|
Reference in New Issue
Block a user