Tests and CI #44
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -109,6 +109,7 @@ events/
|
|||
/bot.ts
|
||||
|
||||
!tests/__mocks/commands
|
||||
!tests/__mocks/events
|
||||
|
||||
# Linux Environment Files
|
||||
*.swp
|
||||
|
|
5
tests/__mocks/events/name.ts
Normal file
5
tests/__mocks/events/name.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
||||
import { Event } from "../../../src/type/event";
|
||||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
||||
|
||||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
||||
export class name extends Event {
|
||||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
||||
public override channelCreate() {}
|
||||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
||||
}
|
||||
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed. Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.
|
Reference in a new issue
Maybe rename this event to "normal", to indicate its the "normal" event mock without anything changed.