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 '..';