vylbot-app/tests/database/entities/Server.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

11 lines
301 B
TypeScript

describe("constructor", () => {
test.todo("EXPECT properties to be set");
});
describe("AddSettingToServer", () => {
test.todo("EXPECT setting to be pushed to server relationship");
});
describe("AddRoleToServer", () => {
test.todo("EXPECT role to be pushed to server relationship");
});