Skip to content

Commit e5d5841

Browse files
committed
Drop removed hrana-client re-exports from client test
hrana-client 0.10.0 removed the Request, Response, and fetch re-exports in favor of the Node 18+ globals. The client test now relies on those globals directly (typed via @types/node), so the imports must go.
1 parent 8d97e78 commit e5d5841

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/libsql-client/src/__tests__/client.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import console from "node:console";
22
import { expect } from "@jest/globals";
33
import type { MatcherFunction } from "expect";
44

5-
import type { Request, Response } from "@libsql/hrana-client";
6-
import { fetch } from "@libsql/hrana-client";
7-
85
import "./helpers.js";
96

107
import type * as libsql from "../node.js";

0 commit comments

Comments
 (0)