Results 3 issues of Jordan Rowe

I am having trouble using a custom type I have `define`d. Please see below my use case: ```typescript /** * The interface I would like to validate. */ export interface...

### Describe the bug Using vitest to test CDK stacks fails when the stack constructs a nodes lambda. When using `jest` the tests run without issue. I have no idea...

bug
help wanted

I'm looking to switch a project from `ts-jest` to `@swc/jest`. This project uses `ttypescript` and `ts-auto-mock`, and requires `ts-jest` to be configured to use them: ```javascript module.exports = { //...