mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: default vitest root projects to threads
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { resolveLocalVitestMaxWorkers, sharedVitestConfig } from "./vitest.shared.config.ts";
|
||||
import {
|
||||
resolveDefaultVitestPool,
|
||||
resolveLocalVitestMaxWorkers,
|
||||
sharedVitestConfig,
|
||||
} from "./vitest.shared.config.ts";
|
||||
|
||||
export { resolveLocalVitestMaxWorkers };
|
||||
export { resolveDefaultVitestPool, resolveLocalVitestMaxWorkers };
|
||||
|
||||
export const rootVitestProjects = [
|
||||
"vitest.unit.config.ts",
|
||||
|
||||
Reference in New Issue
Block a user