We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here:
bun-http-framework-benchmark/dev/nest-node/src/app.controller.ts
Line 18 in 5b35aa6
Content-Type
text/html
But in benchmark you are expecting it to be text/plain, I think that is the cause why you cannot run tests on Nest.js
text/plain
bun-http-framework-benchmark/bench.ts
Line 100 in 5b35aa6
You put nestjs into black list with the reason:
Lines 19 to 20 in 5b35aa6
Is this supposed to be like this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here:
bun-http-framework-benchmark/dev/nest-node/src/app.controller.ts
Line 18 in 5b35aa6
you are trying to set the header
Content-Type
totext/html
But in benchmark you are expecting it to be
text/plain
, I think that is the cause why you cannot run tests on Nest.jsbun-http-framework-benchmark/bench.ts
Line 100 in 5b35aa6
You put nestjs into black list with the reason:
bun-http-framework-benchmark/bench.ts
Lines 19 to 20 in 5b35aa6
Is this supposed to be like this?
The text was updated successfully, but these errors were encountered: