mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 01:23:50 +02:00
refactor: rm unused imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import { describe, test, expect } from "./baseFixture"
|
import { describe, test, expect } from "./baseFixture"
|
||||||
import { clean, tmpdir } from "../utils/helpers"
|
import { clean } from "../utils/helpers"
|
||||||
import * as path from "path"
|
|
||||||
import { promises as fs } from "fs"
|
|
||||||
|
|
||||||
const routes = ["/", "/vscode", "/vscode/"]
|
const routes = ["/", "/vscode", "/vscode/"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user