Skip to content

Commit

Permalink
fix: update src/RequestManager.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 29, 2019
1 parent 8ba714e commit 617e2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RequestManager.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import RequestManager from "./RequestManager";
import EventEmitterTransport from "./transports/EventEmitterTransport";
import { EventEmitter } from "events";
import { doesNotReject } from "assert";

describe("client-js", () => {
it("can be constructed", () => {
Expand Down

0 comments on commit 617e2ed

Please sign in to comment.