Revert "MISC: fix typing conflict between jest and cypress"

This commit is contained in:
hydroflame
2022-05-04 12:14:31 -04:00
committed by GitHub
parent 9818a397bc
commit c5bc47abf0
12 changed files with 25 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { describe, expect, jest } from "@jest/globals";
// Player is needed for calculating costs like Singularity functions, that depend on acquired source files
import { Player } from "../../../src/Player";