Skip to content

Commit

Permalink
. t fixed import bugs
Browse files Browse the repository at this point in the history
Co-Authored-By: Ilyas Landikov <93825870+ilandikov@users.noreply.github.com>
  • Loading branch information
isidore and ilandikov committed May 20, 2024
1 parent e82968e commit b0f1b1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Sample.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { beforeAll, describe, expect, test } from "@jest/globals";
import { configure } from "approvals";
import { JestReporter } from "approvals/lib/Providers/Jest/JestReporter";

import {verify, verifyAsJson} from "approvals/lib/Providers/Jest/JestApprovals";
import {configure} from "approvals/lib/config";
import {JestReporter} from "approvals/lib/Providers/Jest/JestReporter";


describe("ApprovalTests", () => {
Expand Down

0 comments on commit b0f1b1a

Please sign in to comment.