Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
run tests concurrently (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Dec 18, 2023
1 parent 7f448dd commit 6398176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { defineConfig } from "vite"

export default defineConfig({
test: {
include: ["./test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"]
include: ["./test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
sequence: {
concurrent: true
}
},
resolve: {
alias: {
Expand Down

0 comments on commit 6398176

Please sign in to comment.