Skip to content

Commit

Permalink
fix(block-editor) fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Dec 7, 2023
1 parent b3fd406 commit d66b76c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { byTestId, createComponentFactory, mockProvider, Spectator } from '@ngneat/spectator/jest';

import { HttpClientTestingModule } from '@angular/common/http/testing';
import { Validators } from '@angular/forms';

import { TabView } from 'primeng/tabview';
Expand All @@ -22,6 +23,7 @@ describe('DotFormComponent', () => {
let spectator: Spectator<DotEditContentFormComponent>;
let dotMessageService: DotMessageService;
const createComponent = createComponentFactory({
imports: [HttpClientTestingModule],
component: DotEditContentFormComponent,
providers: [
{
Expand Down

0 comments on commit d66b76c

Please sign in to comment.