1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-07-10 06:15:31 +02:00
Files
factorio-sites/libs/database/src/lib/database.spec.ts

8 lines
151 B
TypeScript
Raw Normal View History

import { database } from "./database";
describe("database", () => {
it("should work", () => {
expect(database()).toEqual("database");
});
});