bitburner-src/test/jest/Imports/Server.test.ts

6 lines
113 B
TypeScript
Raw Normal View History

import { Server } from "../../../src/Server/Server";
test("Can import only Server", () => {
new Server();
});