UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

12 lines (11 loc) 531 B
import { afterAll as _afterAll, beforeStart as _beforeStart, afterEach as _afterEach, beforeEach as _beforeEach, expect as _expect, group as _group, test as _test, sendMessage as _sendMessage } from "./api"; export declare namespace corde { let afterAll: typeof _afterAll; let beforeStart: typeof _beforeStart; let afterEach: typeof _afterEach; let beforeEach: typeof _beforeEach; let expect: typeof _expect; let group: typeof _group; let test: typeof _test; let sendMessage: typeof _sendMessage; }