test: add comprehensive SDK unit tests (Node.js + Python)
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m29s

This commit is contained in:
OpenClaw Agent 2026-02-27 08:05:22 +00:00
parent 2eca4e700b
commit dfd410f842
5 changed files with 2212 additions and 4 deletions

View file

@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
environment: 'node',
},
});