Feature/12 create tests #102

Merged
Vylpes merged 25 commits from feature/12-create-tests into develop 2022-01-30 17:03:37 +00:00
Vylpes commented 2022-01-29 17:40:21 +00:00 (Migrated from github.com)
  • Add tests
  • Add linting
  • Add GitHub Actions
- Add tests - Add linting - Add GitHub Actions
VylpesTester (Migrated from github.com) requested changes 2022-01-30 16:51:15 +00:00
VylpesTester (Migrated from github.com) commented 2022-01-30 16:45:33 +00:00

Remove this script, its no longer used

Remove this script, its no longer used
@ -0,0 +2,4 @@
import { ICommandContext } from "./ICommandContext";
export default interface ICommandReturnContext {
commandContext: ICommandContext,
VylpesTester (Migrated from github.com) commented 2022-01-30 16:48:19 +00:00

I don't think this is actually used

I don't think this is actually used
@ -0,0 +1,6 @@
import { MessageEmbed } from "discord.js";
VylpesTester (Migrated from github.com) commented 2022-01-30 16:48:51 +00:00

Since this will be the same once ICommandReturnContext is changed, merge these into a IReturnContext maybe

Since this will be the same once `ICommandReturnContext` is changed, merge these into a `IReturnContext` maybe
VylpesTester (Migrated from github.com) approved these changes 2022-01-30 17:03:29 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#102
No description provided.