mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -5,7 +5,7 @@ import { getTestBed } from '@angular/core/testing';
|
||||
import { MockStore } from '@ngrx/store/testing';
|
||||
import {
|
||||
BrowserDynamicTestingModule,
|
||||
platformBrowserDynamicTesting
|
||||
platformBrowserDynamicTesting,
|
||||
} from '@angular/platform-browser-dynamic/testing';
|
||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
|
||||
@@ -13,7 +13,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
getTestBed().initTestEnvironment(
|
||||
BrowserDynamicTestingModule,
|
||||
platformBrowserDynamicTesting(),
|
||||
{ teardown: { destroyAfterEach: false } }
|
||||
{ teardown: { destroyAfterEach: false } },
|
||||
);
|
||||
|
||||
jasmine.getEnv().afterEach(() => {
|
||||
|
Reference in New Issue
Block a user