Setting the file. One moment.
Chapter 06 · Clickhouse Js Node Rowbinary
Subchapter 6.191
vitest.config.ts
TypeScript11 lines216 B
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
include: ["tests/**/*.test.ts"],
benchmark: {
include: ["tests/**/*.bench.ts"],
},
},
});