vylbot-app/tests/registry.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
282 B
TypeScript

describe('RegisterCommands', () => {
test.todo("EXPECT commands to be registered");
});
describe('RegisterEvents', () => {
test.todo("EXPECT events to be registered");
});
describe('RegisterButtonEvents', () => {
test.todo("EXPECT button events to be registered");
});