SnapAPI/sdk/node/vitest.config.ts
OpenClaw Agent dfd410f842
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m29s
test: add comprehensive SDK unit tests (Node.js + Python)
2026-02-27 08:05:22 +00:00

8 lines
No EOL
139 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
environment: 'node',
},
});