UNPKG

@bitloops/bl-transpiler

Version:
12 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ARRAY_FUNCTIONAL_METHODS_END_TO_END_TEST_CASES = void 0; const file_js_1 = require("../../../../src/utils/file.js"); exports.ARRAY_FUNCTIONAL_METHODS_END_TO_END_TEST_CASES = [ { description: 'Testing map method', input: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/array-methods/map.bl'), output: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/array-methods/map.mock.ts'), }, ]; //# sourceMappingURL=index.js.map