Skip to content

Commit

Permalink
test: use full relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Sep 24, 2024
1 parent a3a9604 commit d39d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
RequestInterface,
RequestParameters,
Route,
} from "./src";
} from "./src/index.js";

const endpoint = {} as EndpointInterface;
function assertString(_: string) {}
Expand Down

0 comments on commit d39d384

Please sign in to comment.