top | item 37435642

(no title)

dabernathy89 | 2 years ago

I have been testing out Bun w/ Nest JS, and oddly it can run a dev server but can't run my E2E tests (using the Bun test runner). I think this has something to do with Nest's heavy reliance on old-school TS decorators.

discuss

order

Jarred|2 years ago

We haven't added support for emitDecoratorMetadata yet but we have a branch that does most of the work. It just needs some more tests before we're comfortable merging it

AbuAssar|2 years ago

looking forward for a full (I mean good enough) nestjs compatibility!