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
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m29s
This commit is contained in:
parent
2eca4e700b
commit
dfd410f842
5 changed files with 2212 additions and 4 deletions
8
sdk/node/vitest.config.ts
Normal file
8
sdk/node/vitest.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue