Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
remove dependency coming from @wvr/core

add ng-csv to karma
  • Loading branch information
William Welling committed Jul 27, 2022
1 parent dcac6d2 commit 5afc6d0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
args:
- NPM_REGISTRY_URL=${NPM_REGISTRY_URL}
- NODE_ENV=${NODE_ENV}
- PROFILE=${PROFILE}
image: ${IMAGE_HOST}/${SERVICE_PROJECT}/cap:${IMAGE_VERSION}
ports:
- 9000:9000
Expand Down
1 change: 0 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SERVICE_PROJECT=tomcatapps
NPM_REGISTRY_URL=upstream

NODE_ENV=production
PROFILE=production

AUTH_STRATEGY=weaverAuth

Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = function (config) {

'node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls.js',

"node_modules/ng-csv/build/ng-csv.js",

'node_modules/ng-table/bundles/ng-table.js',

'node_modules/ng-file-upload/dist/ng-file-upload-shim.js',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"pretest": "npm run build",
"test": "karma start ./karma.conf.js --single-run --browsers Firefox,ChromeHeadlessNoSandbox",
"test:watch": "karma start ./karma.conf.js",
"pretest:ci": "npm run pretest",
"test:ci": "karma start ./karma.conf.js --no-auto-watch --single-run --browsers=ChromeHeadlessNoSandbox",
"test:audit": "rimraf .lighthouseci && lhci autorun --upload.target=temporary-public-storage --config=./lighthouserc.json && node scripts/build-cap-lighthouse-badges.js",
"test:audit": "rimraf .lighthouseci && lhci autorun --upload.target=temporary-public-storage --config=./lighthouserc.json && node scripts/build-lighthouse-badges.js",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor tests/e2e/protractor.conf.js",
Expand All @@ -26,7 +27,6 @@
"dependencies": {
"@wvr/core": "2.2.2-rc.8",
"ng-csv": "0.3.6",
"ng-file-upload": "12.2.13",
"ng-openseadragon": "1.3.5",
"ng-table": "3.0.1",
"openseadragon": "2.4.0"
Expand Down
File renamed without changes.

0 comments on commit 5afc6d0

Please sign in to comment.