You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced esbuild with oxc-transform for TypeScript type stripping. If you relied on esbuild as a transitive dependency, you'll need to install it separately.
Features
Wrap each code fence in a node:testtest() block for better isolation and reporting (#138)
Support bare // throws and // rejects with no matcher (#134)
Support //=> rejects Error: message syntax for promise rejections
Support //=> Error: message and //=> Error: /regex/ assertion syntax
Support await expressions in error and value assertions
Resolve subpath imports via package.json exports map
Add --auto mode and --all mode for code block discovery