Remove remnants of the every() method

This commit is contained in:
Sami Turcotte
2018-11-28 23:51:37 -05:00
parent 3539b5f5df
commit 41c9ce7dca
2 changed files with 1 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import test from "ava";
import { expect } from "chai";
import { EventEmitter } from "events";
import { once, sleep, delay, every } from "./utils";
import { once, sleep, delay } from "./utils";
const TimingErrorMarginMs = 50;