refactor: rm unused imports

This commit is contained in:
Joe Previte 2022-12-21 12:10:29 -07:00
parent b3f7a20904
commit 10ebf1bcd9
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import { describe, test, expect } from "./baseFixture"
import { clean, tmpdir } from "../utils/helpers"
import * as path from "path"
import { promises as fs } from "fs"
import { clean } from "../utils/helpers"
const routes = ["/", "/vscode", "/vscode/"]