SIGN IN SIGN UP
daytonaio / daytona UNCLAIMED

Daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code

0 0 79 TypeScript

fix(api): jest support for uuid v14 ESM-only package

uuid v14 ships as pure ESM ("type": "module", no CJS build). Jest's default
config skips node_modules transformation, so it can't parse uuid's export
syntax. Whitelist uuid via transformIgnorePatterns and enable allowJs so
ts-jest transpiles uuid's .js entry to CJS.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
T
Toma Puljak committed
36025e46b199f0b0b73222d95fac5f6d098d2838
Parent: 4d6f08b