mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
import { Server } from "../../../src/Server/Server";
|
||
|
|
||
|
test("Can import only Server", () => {
|
||
|
new Server();
|
||
|
});
|