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 0971792 commit 477195fCopy full SHA for 477195f
docs/essential/best-practice.md
@@ -230,7 +230,7 @@ You can test your controller using `handle` to directly call a function (and it'
230
import { Elysia } from 'elysia'
231
import { Service } from './service'
232
233
-import { describe, it, should } from 'bun:test'
+import { describe, it, expect } from 'bun:test'
234
235
const app = new Elysia()
236
.get('/', ({ stuff }) => {
0 commit comments