Plandex / cli /vitest.config.ts
AUXteam's picture
Upload folder using huggingface_hub
cf9339a verified
raw
history blame
121 Bytes
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "node",
},
});