H4ad / serverless-adapter

Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, tRPC, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.
https://serverless-adapter.viniciusl.com.br/
MIT License
134 stars 8 forks source link

Jest to Mocha #41

Closed H4ad closed 1 year ago

H4ad commented 2 years ago

Feature request

Is your feature request related to an issue? Please describe.

Currently, code coverage is broken after adding deepkit integration due to loaders in nodejs.

Describe the desired solution

Perhaps the only solution that fits better is to use mocha, I've seen https://github.com/GoogleChrome/lighthouse/issues/14047 using mocha so I could work to get back the correct code coverage.

H4ad commented 1 year ago

Vitest :)