Archived
1
0

Revert "wip: refactor vscode integration tests"

This reverts commit 13286bf4c9.
This commit is contained in:
Joe Previte
2022-09-19 12:43:39 -07:00
parent 42bafc3a09
commit 917d92ef52
2 changed files with 5 additions and 24 deletions

View File

@ -1,10 +1,11 @@
import { promises as fs } from "fs"
import * as path from "path"
import { clean, tmpdir } from "../utils/helpers"
import * as httpserver from "../utils/httpserver"
import * as integration from "../utils/integration"
import { clean, tmpdir } from "../../../utils/helpers"
import * as httpserver from "../../../utils/httpserver"
import * as integration from "../../../utils/integration"
// TODO@jsjoeio - remove skip when script fixed
// TODO@jsjoeio - move these to integration tests since they rely on Code
// to be built
describe.skip("vscode", () => {
let codeServer: httpserver.HttpServer | undefined