mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
8445af5f2b
Now initialized as side effect in PlayerObject, instead of in Player file that is imported everywhere.
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { WorkerScript } from "../../../src/Netscript/WorkerScript";
|
|
|
|
test("Can import only WorkerScript", () => {
|
|
WorkerScript;
|
|
});
|