First util.ts test
This commit is contained in:
parent
a0a93a4737
commit
1044c57e66
6 changed files with 116 additions and 4 deletions
5
tests/__mocks/commands/name.ts
Normal file
5
tests/__mocks/commands/name.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Command } from "../../../src/type/command";
|
||||
|
||||
export class name extends Command {
|
||||
|
||||
}
|
Reference in a new issue