mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-03-29 22:55:16 +02:00
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
import { database } from "./database";
|
|
|
|
describe("database", () => {
|
|
it("should work", () => {
|
|
expect(database()).toEqual("database");
|
|
});
|
|
});
|