mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
unit test cleanup (#454)
* auth mock * avoid using jasmine * cleanup preview tests * cleanup recent files tests * cleanup shared files tests * remove fdescribe * update tests * move adf services to single place * move app specific services to single place * cleanup directive tests * cleanup directive tests * update directive tests
This commit is contained in:
@@ -41,16 +41,10 @@ describe('HeaderComponent', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
AppTestingModule
|
||||
],
|
||||
imports: [ AppTestingModule ],
|
||||
declarations: [
|
||||
HeaderComponent
|
||||
],
|
||||
providers: [
|
||||
AppConfigService,
|
||||
PeopleContentService
|
||||
],
|
||||
schemas: [ NO_ERRORS_SCHEMA ]
|
||||
})
|
||||
.overrideProvider(PeopleContentService, {
|
||||
|
Reference in New Issue
Block a user