Create unit test plan
This commit is contained in:
parent
097b7284e6
commit
a7b9a3a463
2 changed files with 8 additions and 1 deletions
7
tests/registry.test.ts
Normal file
7
tests/registry.test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
describe("RegisterCommands", () => {
|
||||
test.todo("EXPECT every command in the commands folder to be registered");
|
||||
});
|
||||
|
||||
describe("RegisterButtonEvents", () => {
|
||||
test.todo("EXEPCT every button event in the button events folder to be registered");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue