mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
CODEBASE: update dependencies (#852)
This commit is contained in:
@@ -8,7 +8,7 @@ import { RunningScript } from "../../../src/Script/RunningScript";
|
||||
import { AddToAllServers, DeleteServer } from "../../../src/Server/AllServers";
|
||||
import { AlertEvents } from "../../../src/ui/React/AlertManager";
|
||||
|
||||
declare const importActual: typeof EvaluatorConfig["doImport"];
|
||||
declare const importActual: (typeof EvaluatorConfig)["doImport"];
|
||||
|
||||
// Replace Blob/ObjectURL functions, because they don't work natively in Jest
|
||||
global.Blob = class extends Blob {
|
||||
|
||||
Reference in New Issue
Block a user