|
@@ -1,8 +1,6 @@
|
|
|
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
import { IonicModule } from '@ionic/angular';
|
|
|
|
|
|
-import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
|
-
|
|
|
import { ChatPage } from './chat.page';
|
|
|
|
|
|
describe('ChatPage', () => {
|
|
@@ -12,7 +10,7 @@ describe('ChatPage', () => {
|
|
|
beforeEach(async () => {
|
|
|
await TestBed.configureTestingModule({
|
|
|
declarations: [ChatPage],
|
|
|
- imports: [IonicModule.forRoot(), ExploreContainerComponentModule]
|
|
|
+ imports: [IonicModule.forRoot()]
|
|
|
}).compileComponents();
|
|
|
|
|
|
fixture = TestBed.createComponent(ChatPage);
|