Skip to content

Commit

Permalink
Remove unnecessary test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueWill committed May 19, 2020
1 parent cbd701a commit 5cbffce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions async_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import {
spy,
Spy,
} from "https://raw.githubusercontent.com/udibo/mock/v0.3.0/spy.ts";
import {
stub,
Stub,
} from "https://raw.githubusercontent.com/udibo/mock/v0.3.0/stub.ts";
import * as scientist from "./mod.ts";

const sleep = (ms: number): Promise<void> =>
Expand Down

0 comments on commit 5cbffce

Please sign in to comment.