corde
Version:
A simple library for Discord bot tests
8 lines (7 loc) • 318 B
TypeScript
export { group, test, group as describe, test as it } from "./closures";
export { expect } from "./expect";
export { afterAll, beforeStart, afterEach, beforeEach } from "./hooks";
export * from "./types/general";
import { corde } from "./corde";
export declare const bot: import("./api").BotAPI;
export default corde;