mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
unit test modified
This commit is contained in:
@@ -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,
|
||||
|
@@ -26,7 +26,7 @@ let de: DebugElement;
|
||||
let el: HTMLElement;
|
||||
|
||||
|
||||
describe('greeting component', () => {
|
||||
describe('App component', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
return TestBed.configureTestingModule({
|
||||
|
Reference in New Issue
Block a user