@averagehelper/corde
Version:
A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)
12 lines (11 loc) • 314 B
TypeScript
export * from "./afterAll";
export * from "./beforeStart";
export * from "./expect";
export * from "./expectMatches";
export * from "./group";
export * from "./matcher";
export * from "./interfaces";
export * from "./test";
export * from "./afterEach";
export * from "./beforeEach";
export * from "./sendMessage";