Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
joshamaju committed Jul 19, 2024
1 parent 7d253cd commit bd521c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import * as Effect from "effect/Effect";
import * as Either from "effect/Either";
import * as Fiber from "effect/Fiber";
import { pipe } from "effect/Function";
import * as Layer from "effect/Layer";
import * as TestClock from "effect/TestClock";
import * as TestContext from "effect/TestContext";

import { TimeoutException } from "effect/Cause";

import * as Adapter from "../src/Adapters/Fetch.js";
import * as Http from "../src/Client.js";
import * as Fetch from "../src/Fetch.js";
Expand Down

0 comments on commit bd521c2

Please sign in to comment.