Merge pull request #3644 from taralx/patch-1

MISC: fix typing conflict between jest and cypress
This commit is contained in:
hydroflame
2022-05-19 02:13:11 -04:00
committed by GitHub
13 changed files with 24 additions and 25 deletions
-2
View File
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { jest, describe, expect, test } from "@jest/globals";
import * as dirHelpers from "../../../src/Terminal/DirectoryHelpers";
describe("Terminal Directory Tests", function () {