inversify-express-utils
Version:
Some utilities for the development of express applications with Inversify
10 lines • 473 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const globals_1 = require("@jest/globals");
const constants_1 = require("../constants");
(0, globals_1.describe)('Constants test', () => {
(0, globals_1.it)('should return correct message', () => {
(0, globals_1.expect)((0, constants_1.DUPLICATED_CONTROLLER_NAME)('test')).toBe('Two controllers cannot have the same name: test');
});
});
//# sourceMappingURL=constants.test.js.map