We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38452f7 commit 72ced01Copy full SHA for 72ced01
test/lifecycle/error.test.ts
@@ -159,7 +159,7 @@ describe('error', () => {
159
)
160
161
it.each([true, false])(
162
- 'return correct named status without value on error function',
+ 'return correct named status without value on error function with aot: %p',
163
async (aot) => {
164
const app = new Elysia({ aot }).get('/', ({ error }) =>
165
error("I'm a teapot")
0 commit comments