tsch-ej-numbers
Version:
API for analyzing EuroJackpot lottery numbers, trends, and probabilities.
10 lines (9 loc) • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var globals_1 = require("@jest/globals");
var record_max_jackpot_handler_1 = require("../../handlers/record-max-jackpot.handler");
(0, globals_1.describe)("Ensure record max jackpot handler", function () {
(0, globals_1.test)("Ensure function - getMaxJackpot", function () {
(0, globals_1.expect)((0, record_max_jackpot_handler_1.handleGetMaxJackpot)().length).toBeGreaterThan(0);
});
});