unit test modified

This commit is contained in:
Giuseppe Digilio
2016-12-22 18:17:45 +01:00
parent a58daf037d
commit dab6155468
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ module.exports = function(config) {
* possible values: 'dots', 'progress'
* available reporters: https://npmjs.org/browse/keyword/karma-reporter
*/
reporters: [ 'mocha', 'coverage', 'karma-remap-istanbul' ],
reporters: [ 'mocha', 'coverage' ],
// Karma web server port
port: 9876,

View File

@@ -26,7 +26,7 @@ let de: DebugElement;
let el: HTMLElement;
describe('greeting component', () => {
describe('App component', () => {
beforeEach(() => {
return TestBed.configureTestingModule({