Update test.ts

This commit is contained in:
Sindre Sorhus 2017-11-20 03:09:50 +07:00 committed by GitHub
parent 8086f06f95
commit 53283224cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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