Skip to content

Commit

Permalink
fix: updated queryByText route for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaxRiool committed Feb 26, 2025
1 parent 8e6b0e1 commit 9ca4b71
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ import { TranslateModule } from "@ngx-translate/core";
import { of } from "rxjs";
import { Vertrouwelijkheidaanduiding } from "src/app/informatie-objecten/model/vertrouwelijkheidaanduiding.enum";
import { VertrouwelijkaanduidingToTranslationKeyPipe } from "src/app/shared/pipes/vertrouwelijkaanduiding-to-translation-key.pipe";
import { queryByText } from "src/test-helpers";
import { MaterialModule } from "../../shared/material/material.module";
import { PipesModule } from "../../shared/pipes/pipes.module";
import { GeneratedType } from "../../shared/utils/generated-types";
import zaakMock from "./zaak-mock";
import { ZaakViewComponent } from "./zaak-view.component";
import { queryByText } from "../../../test-helpers";


describe(ZaakViewComponent.name, () => {
let component: ZaakViewComponent;
Expand Down

0 comments on commit 9ca4b71

Please sign in to comment.