UNPKG

convex

Version:

Client for the Convex Cloud

13 lines (11 loc) 238 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { alias: { "@jest/globals": "vitest", }, isolate: true, watch: false, //environment: "node", // "node" is the default }, });