Skip to content

Commit

Permalink
Merge pull request #5 from Anastasia-Labs/develop
Browse files Browse the repository at this point in the history
test: add vitest.config.ts file in root, and only execute testing ins…
  • Loading branch information
solidsnakedev authored Jan 10, 2024
2 parents 20d2f6d + 3409882 commit f96fa32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/vitest.config.ts → vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test:{
reporters: "verbose",
threads: false
threads: false,
include: ["./test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
},
})
})

0 comments on commit f96fa32

Please sign in to comment.