Archived
1
0

Enforce import order

This commit is contained in:
Asher
2020-08-04 15:51:39 -05:00
parent f7790c9719
commit d8568ebaa9
4 changed files with 6 additions and 4 deletions

View File

@ -6,8 +6,8 @@ import * as net from "net"
import * as path from "path"
import * as tls from "tls"
import { Emitter } from "../src/common/emitter"
import { generateCertificate, tmpdir } from "../src/node/util"
import { SocketProxyProvider } from "../src/node/socket"
import { generateCertificate, tmpdir } from "../src/node/util"
describe("SocketProxyProvider", () => {
const provider = new SocketProxyProvider()