mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
granular dependencies (#200)
This commit is contained in:
committed by
Denys Vuika
parent
4d7b6d3271
commit
9bbc11b0b0
@@ -23,13 +23,12 @@
|
||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { NO_ERRORS_SCHEMA } from '@angular/core';
|
||||
import { TestBed, async } from '@angular/core/testing';
|
||||
import { CoreModule } from '@alfresco/adf-core';
|
||||
import { Router } from '@angular/router';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
|
||||
import { SearchComponent } from './search.component';
|
||||
import { CommonModule } from './../../common/common.module';
|
||||
|
||||
describe('SearchComponent', () => {
|
||||
let fixture;
|
||||
@@ -39,13 +38,12 @@ describe('SearchComponent', () => {
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
CoreModule,
|
||||
RouterTestingModule,
|
||||
CommonModule
|
||||
RouterTestingModule
|
||||
],
|
||||
declarations: [
|
||||
SearchComponent
|
||||
]
|
||||
],
|
||||
schemas: [ NO_ERRORS_SCHEMA ]
|
||||
})
|
||||
.compileComponents()
|
||||
.then(() => {
|
||||
|
Reference in New Issue
Block a user