Skip to content

Commit 081a78b

Browse files
committed
chore: remove @ts-expect-error
1 parent 3ae97db commit 081a78b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vitest.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import solidPlugin from "vite-plugin-solid";
33
import { defineConfig } from "vitest/config";
44

55
export default defineConfig({
6-
plugins: [
7-
// @ts-expect-error remove when fixed
8-
solidPlugin(),
9-
],
6+
plugins: [solidPlugin()],
107

118
test: {
129
environment: "jsdom",

0 commit comments

Comments
 (0)