Skip to content

Commit 7332235

Browse files
committed
lint
1 parent e252779 commit 7332235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vite-plugin/test/public-api.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { VitePlugin } from "unplugin";
21
import { sentryVitePlugin } from "../src";
32

43
test("Vite plugin should exist", () => {
@@ -16,7 +15,7 @@ describe("sentryVitePlugin", () => {
1615
authToken: "test-token",
1716
org: "test-org",
1817
project: "test-project",
19-
}) as VitePlugin[];
18+
});
2019

2120
expect(Array.isArray(plugins)).toBe(true);
2221

0 commit comments

Comments
 (0)