From 6398176a34d1fe48fee45246a7c53a5b8f3aa84a Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Mon, 18 Dec 2023 03:57:52 +0100 Subject: [PATCH] run tests concurrently (#660) --- vitest.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index 577aac0d1..aa0766db8 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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: {