From 15ab98ef2471a70853428535ab542ac0ccdf775a Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 10 Dec 2018 11:59:59 -0800 Subject: Import time util --- src/test-runner/test-runner.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test-runner/test-runner.ts b/src/test-runner/test-runner.ts index 3a03296..2ccc7de 100644 --- a/src/test-runner/test-runner.ts +++ b/src/test-runner/test-runner.ts @@ -22,6 +22,8 @@ import { File } from '../reporters/file' import { Scheduler } from '../scheduler' +import { now } from '../util' + const adapterMap = { 'actiontec-t3200m': ActiontecT3200M } @@ -37,8 +39,6 @@ const reportersMap = { file: File } -const now = () => Date.now() / 1000 - const mapToObj = (keys: string[], mapObj: Object) => keys.map(k => mapObj[k]).filter(k => k != null) -- cgit v1.2.3