6 ms·
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
by dabernathy89 3y 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.
- Jarred 3y agoWe 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
- dabernathy89 3y agoWoohoo!
- AbuAssar 3y agolooking forward for a full (I mean good enough) nestjs compatibility!