Tests Passing
This commit is contained in:
parent
4dbad9ece5
commit
25a83e0164
|
@ -4,6 +4,8 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|||
import { FormsModule } from '@angular/forms';
|
||||
import { MatDialog, MatDialogModule, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
|
||||
import { MatFormFieldModule } from '@angular/material/form-field';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { Router } from '@angular/router';
|
||||
import { ApiService, MockEnvironment } from 'sartography-workflow-lib';
|
||||
|
||||
|
@ -16,9 +18,11 @@ describe('TestMarkdownDialogComponent', () => {
|
|||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
BrowserAnimationsModule,
|
||||
FormsModule,
|
||||
HttpClientTestingModule,
|
||||
MatDialogModule,
|
||||
MatInputModule,
|
||||
MatFormFieldModule,
|
||||
],
|
||||
declarations: [ TestMarkdownDialogComponent ],
|
||||
|
|
Loading…
Reference in New Issue