mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
4d54633fb5
Signed-off-by: John Pham <john.pham@vercel.com>
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ["lib/**/*.test.ts"],
|
|
},
|
|
});
|