Skip to content

Commit

Permalink
fix: support vitest toHaveClass type
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Nov 8, 2023
1 parent 69fe848 commit 1429726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../tsconfig.base.json",
"include": ["./src/**/*"]
"include": ["./src/**/*", "vitest.setup.ts"]
}

0 comments on commit 1429726

Please sign in to comment.