Skip to content

Commit 2486378

Browse files
committed
fix unused import
1 parent 1312e78 commit 2486378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/entraInviteUser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterAll, expect, test, beforeEach, vi, Mock } from "vitest";
1+
import { afterAll, expect, test, beforeEach, vi } from "vitest";
22
import { mockClient } from "aws-sdk-client-mock";
33
import init from "../../src/index.js";
44
import { createJwt } from "./auth.test.js";

0 commit comments

Comments
 (0)