UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

23 lines 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_1 = require("vitest/config"); exports.default = (0, config_1.defineConfig)({ test: { environment: 'node', globals: true, setupFiles: ['./test/setup.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/', 'dist/', 'templates/', 'test/', '**/*.test.ts', '**/*.spec.ts' ] } } }); //# sourceMappingURL=vitest.config.js.map