UNPKG

@synet/core

Version:

Core cryptographic and identity primitives for Synet agents.

12 lines (11 loc) 295 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['test/**/*.test.ts'], // Changed to include subdirectories coverage: { reporter: ['text', 'json', 'html'], }, }, });