Removed un-used imports from tests

This commit is contained in:
Master-Guy
2022-03-19 16:23:10 +01:00
parent 3f1f275581
commit bcb44c6a02
2 changed files with 17 additions and 19 deletions
@@ -1,5 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { jest, describe, expect, test } from "@jest/globals";
import { jest, describe, expect } from "@jest/globals";
import { Player } from "../../../src/Player";
import { NetscriptFunctions } from "../../../src/NetscriptFunctions";