From 53283224cb5210a16ea4cfc307b166b9e4026395 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 20 Nov 2017 03:09:50 +0700 Subject: [PATCH] Update test.ts --- source/tests/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tests/test.ts b/source/tests/test.ts index e783129..340defd 100644 --- a/source/tests/test.ts +++ b/source/tests/test.ts @@ -1,8 +1,8 @@ import * as fs from 'fs'; import * as net from 'net'; import * as Stream from 'stream'; -import * as tempy from 'tempy'; import * as util from 'util'; +import * as tempy from 'tempy'; import test, {TestContext, Context} from 'ava'; import {jsdom} from 'jsdom'; import m from '..';