Skip to content

Commit

Permalink
chore: remove ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Feb 9, 2025
1 parent fe87c46 commit ddb8364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import solidPlugin from "vite-plugin-solid";
import { defineConfig } from "vitest/config";

export default defineConfig({
// @ts-expect-error vite and vitest type mismatch
plugins: [solidPlugin()],

test: {
Expand Down

0 comments on commit ddb8364

Please sign in to comment.