mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
unit test modified
This commit is contained in:
@@ -84,7 +84,7 @@ module.exports = function(config) {
|
|||||||
* possible values: 'dots', 'progress'
|
* possible values: 'dots', 'progress'
|
||||||
* available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
* available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||||
*/
|
*/
|
||||||
reporters: [ 'mocha', 'coverage', 'karma-remap-istanbul' ],
|
reporters: [ 'mocha', 'coverage' ],
|
||||||
|
|
||||||
// Karma web server port
|
// Karma web server port
|
||||||
port: 9876,
|
port: 9876,
|
||||||
|
@@ -26,7 +26,7 @@ let de: DebugElement;
|
|||||||
let el: HTMLElement;
|
let el: HTMLElement;
|
||||||
|
|
||||||
|
|
||||||
describe('greeting component', () => {
|
describe('App component', () => {
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
return TestBed.configureTestingModule({
|
return TestBed.configureTestingModule({
|
||||||
|
Reference in New Issue
Block a user