Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
yarn remove karma-remap-istanbul to address security alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Elon Jiang committed Jan 15, 2020
1 parent 9c8f87b commit da141c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 638 deletions.
5 changes: 3 additions & 2 deletions Frontend/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function (config) {
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-remap-istanbul'),
//require('karma-remap-istanbul'),
require('angular-cli/plugins/karma')
],
files: [
Expand All @@ -31,7 +31,8 @@ module.exports = function (config) {
},

reporters: config.angularCli && config.angularCli.codeCoverage
? ['progress', 'karma-remap-istanbul']
//? ['progress', 'karma-remap-istanbul']
? ['progress']
: ['progress'],
port: 9876,
colors: true,
Expand Down
3 changes: 1 addition & 2 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-remap-istanbul": "^0.6.0",
"protractor": "^5.2.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "3.4.5"
}
}
}
2 changes: 1 addition & 1 deletion Frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

export const environment = {
production: false,
backendUrl: 'http://localhost:4488/api',
backendUrl: 'http://localhost:13954/api',
frontendUrl: 'http://localhost:4200/'
};

Loading

0 comments on commit da141c8

Please sign in to comment.