mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 19:00:21 +00:00
test: move Vitest configs under test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { resolveDefaultVitestPool } from "../vitest.shared.config.ts";
|
||||
import { resolveDefaultVitestPool } from "../test/vitest/vitest.shared.config.ts";
|
||||
|
||||
// Node-only tests for pure logic (no Playwright/browser dependency).
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user