Skip to main content

Testing

The SDK ships with a robust test setup using Vitest. Tests cover copy/paste/cut, grouping, transformations, and complex scenarios.

Run Tests

npm test

UI Runner

npm run test:ui

Coverage

npm run test:coverage