@averagehelper/corde
Version:
A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)
14 lines (13 loc) • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.messages = void 0;
exports.messages = {
TOTAL: " TOTAL: ",
FAILURES: " FAILURES: ",
SUCCESS: " SUCCESS: ",
INFO: "INFO: ",
EMPTY_TEST_FILE: "Empty test file",
ALL_TESTS_PASSED: "All tests passed!",
ALL_TESTS_FAIL: "All tests fail.",
TESTS_PASSED_WITH_ERRORS: "Tests passed with errors.",
};