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 dad3901 commit aceafb9Copy full SHA for aceafb9
test/macro/macro.test.ts
@@ -1,8 +1,7 @@
1
/* eslint-disable @typescript-eslint/no-unused-vars */
2
import { describe, it, expect } from 'bun:test'
3
-import Elysia, { t } from '../../src'
+import { Elysia, t, status } from '../../src'
4
import { post, req } from '../utils'
5
-import { status } from '../../dist/cjs'
6
7
describe('Macro', () => {
8
it('trace back', async () => {
0 commit comments