UNPKG

ursamu-mud

Version:

Ursamu - Modular MUD Engine with sandboxed scripting and plugin system

14 lines (13 loc) 273 B
/** * Jest setup and utilities for testing */ declare global { namespace jest { interface Matchers<R> { toBeValidReloadResult(): R; toHaveReloadErrors(): R; toCompleteWithinTime(ms: number): R; } } } export {};