Skip to content

Commit 0b65cac

Browse files
committed
Fixed import from tests
1 parent 2a24832 commit 0b65cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
type lowHeaders,
1616
type Server,
1717
} from "@ublitzjs/core";
18-
import { basicParseFormDataBody, basicParseSimpleBody } from "../index.mjs";
18+
import { basicParseFormDataBody, basicParseSimpleBody } from "../mjs/index.mjs";
1919
//#region variables
2020
var port: number,
2121
socket: us_listen_socket,

0 commit comments

Comments
 (0)