Archived
1
0

Move tmpdir test helper to test helpers file

This commit is contained in:
Asher
2021-05-05 11:02:34 -05:00
parent 0e4672f6b9
commit 52cf2fcf29
5 changed files with 33 additions and 29 deletions

View File

@ -1,10 +1,10 @@
import { test, expect } from "@playwright/test"
import { expect, test } from "@playwright/test"
import * as cp from "child_process"
import * as fs from "fs"
// import { tmpdir } from "os"
import * as path from "path"
import util from "util"
import { STORAGE, tmpdir } from "../utils/constants"
import { STORAGE } from "../utils/constants"
import { tmpdir } from "../utils/helpers"
import { CodeServer } from "./models/CodeServer"
test.describe("Integrated Terminal", () => {