mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
JEST: Enable restoreMocks option and fix lint errors (#2333)
* JEST: Enable restoreMocks option and fix lint errors * Fix test\jest\Save.test.ts
This commit is contained in:
@@ -2,7 +2,7 @@ import { IStyleSettings, UserInterfaceTheme } from "../../../src/ScriptEditor/Ne
|
||||
import { Settings } from "../../../src/Settings/Settings";
|
||||
import { defaultStyles } from "../../../src/Themes/Styles";
|
||||
import { defaultTheme } from "../../../src/Themes/Themes";
|
||||
import { getNS, initGameEnvironment, setupBasicTestingEnvironment } from "./Utilities";
|
||||
import { getNS, initGameEnvironment, setupBasicTestingEnvironment } from "../Utilities";
|
||||
|
||||
const themeHexColor = "#abc";
|
||||
const fontFamily = "monospace";
|
||||
|
||||
Reference in New Issue
Block a user