vylbot-app/tests/database/entities/501231711271780357/Lobby.test.ts
Ethan Lane 69ef94dbb5
All checks were successful
continuous-integration/drone/push Build is passing
Add placeholder tests
2024-02-03 19:29:28 +00:00

13 lines
368 B
TypeScript

describe("constructor", () => {
test.todo("EXPECT properties to be set");
});
describe("MarkAsUsed", () => {
test.todo("EXPECT LastUsed to be updated");
});
describe("FetchOneByChannelId", () => {
test.todo("EXPECT entity with channel id to be returned");
test.todo("GIVEN relations parameter is not supplied, EXPECT relations to be defaulted");
});