Skip to content

Commit d47639b

Browse files
committed
fix: test
1 parent 7c3c563 commit d47639b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

zerva-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zerva/http",
33
"type": "module",
4-
"version": "0.61.0",
4+
"version": "0.61.1",
55
"description": "🌱 Zerva Express HTTP",
66
"author": {
77
"name": "Dirk Holtwick",

zerva-http/src/http.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { on, serve, serveStop } from '@zerva/core'
2-
import { Logger, fetchJson, fetchOptionsFormURLEncoded, fetchOptionsJson } from 'zeed'
2+
import { fetchJson, fetchOptionsFormURLEncoded, fetchOptionsJson, Logger } from 'zeed'
33
import { useHttp } from './http'
44

55
const log = Logger('test-http')
@@ -57,7 +57,7 @@ describe('http', () => {
5757
(await (await fetch(`${url}/index.ts`)).text()).split('\n')[0],
5858
).toMatchInlineSnapshot(
5959

60-
`"export * from './types'"`)
60+
`"export * from './http'"`)
6161

6262
// Json
6363
expect(

0 commit comments

Comments
 (0)