mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-04-01 23:16:30 +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");
|
||
|
});
|
||
|
});
|