Skip to content

Commit 6cf5341

Browse files
committed
:chore: broom: test for elysia 0.3.0-rc.1
1 parent a04cfda commit 6cf5341

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

-175 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "^18.11.7",
4040
"bun-types": "^0.2.2",
4141
"eslint": "^8.26.0",
42-
"elysia": "^0.1.0-rc.5",
42+
"elysia": "^0.3.0-rc.1",
4343
"rimraf": "^3.0.2",
4444
"typescript": "^4.8.4"
4545
}

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { html } from '../src'
33

44
import { describe, expect, it } from 'bun:test'
55

6-
const req = (path: string) => new Request(path)
6+
const req = (path: string) => new Request(`http://localhost${path}`)
77

88
const page = `<!DOCTYPE HTML>
99
<html lang="en">

0 commit comments

Comments
 (0)