Tests and CI #44

Merged
Vylpes merged 17 commits from feature/tests into develop 2021-08-21 16:00:28 +01:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c3bcf76aac - Show all commits

1
.gitignore vendored
View file

@ -109,6 +109,7 @@ events/
/bot.ts
!tests/__mocks/commands
!tests/__mocks/events
# Linux Environment Files
*.swp

View file

@ -0,0 +1,5 @@
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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.
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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";
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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.
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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 {
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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() {}
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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.
}
VylpesTester commented 2021-08-21 15:09:06 +01:00 (Migrated from github.com)
Review

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.