fixup! feat: collect codecov integration tests

This commit is contained in:
Joe Previte 2022-09-19 12:52:02 -07:00
parent 1243d19c86
commit f339d0d47a
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ describe("listen", () => {
jest.clearAllMocks()
})
it.skip("should throw an error if a directory is passed in instead of a file", async () => {
it("should throw an error if a directory is passed in instead of a file", async () => {
const errorMessage = "EISDIR: illegal operation on a directory, unlink"
const port = await getAvailablePort()
const mockArgs = { port, host: "0.0.0.0", socket: tmpDirPath }

View File

@ -6,7 +6,7 @@ import * as integration from "../../../utils/integration"
// TODO@jsjoeio - move these to integration tests since they rely on Code
// to be built
describe.skip("vscode", () => {
describe("vscode", () => {
let codeServer: httpserver.HttpServer | undefined
const testName = "vscode"