Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Mar 1, 2022
1 parent e79506f commit 8556042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BatchCluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { map, omit, orElse } from "./Object"
import { isWin } from "./Platform"
import { toS } from "./String"
import { Task } from "./Task"
import { thenOrTimeout, Timeout } from "./Timeout"
import { thenOrTimeout } from "./Timeout"
import {
currentTestPids,
expect,
Expand Down

0 comments on commit 8556042

Please sign in to comment.