Remove node_modules/ and tsconfig.tsbuildinfo from git tracking (both already in .gitignore). Add vitest.config.js which was missing from version control. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const config_1 = require("vitest/config");
|
|
exports.default = (0, config_1.defineConfig)({
|
|
test: {
|
|
globals: true,
|
|
},
|
|
});
|