corde
Version:
A simple library for Discord bot tests
16 lines (15 loc) • 343 B
JSON
{
"$schema": "./corde.schema.json",
"cordeBotToken": "",
"botTestId": "",
"guildId": "",
"channelId": "",
"botPrefix": "!",
"testMatches": ["./test"],
"modulePathIgnorePatterns": [],
"timeout": 5000,
"extentions": [".js", ".ts"],
"project": "<rootDir>/tsconfig.json",
"rootDir": ".",
"exitOnFileReadingError": true
}