UNPKG

@vulog/aima-event

Version:

```bash npm i @vulog/aima-client @vulog/aima-core @vulog/aima-event ```

9 lines (7 loc) 152 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', }, });