Skip to content

Commit

Permalink
test: add vitest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Oct 22, 2024
1 parent 84d1fff commit b1b021a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
include: ['test/**/*.ts'],
},
});

0 comments on commit b1b021a

Please sign in to comment.