Skip to content

Commit 329891d

Browse files
committed
fix: add missing qr test
1 parent e63044a commit 329891d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
react(),
1515
tailwindcss(),
1616
twd({
17-
testFilePattern: '/**/*.twd.test.ts',
17+
testFilePattern: '/**/*.twd.test.{ts,tsx}',
1818
search: true,
1919
}),
2020
// configure istanbul plugin

0 commit comments

Comments
 (0)