Skip to content

Commit aceafb9

Browse files
committed
📘 doc: adjust build script
1 parent dad3901 commit aceafb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/macro/macro.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-unused-vars */
22
import { describe, it, expect } from 'bun:test'
3-
import Elysia, { t } from '../../src'
3+
import { Elysia, t, status } from '../../src'
44
import { post, req } from '../utils'
5-
import { status } from '../../dist/cjs'
65

76
describe('Macro', () => {
87
it('trace back', async () => {

0 commit comments

Comments
 (0)