UNPKG

boleto_parser

Version:

Analisador de código de barras e linha digitável de boletos

9 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const get_formatted_line_1 = require("./get_formatted_line"); describe("getFormattedLine", () => { it("should get formatted line", () => { expect((0, get_formatted_line_1.getFormattedLine)("07790001161206444990808159365561790020000015130")).toBe("07790.00116 12064.449908 08159.365561 7 90020000015130"); }); }); //# sourceMappingURL=get_formatted_line.spec.js.map