UNPKG

@abaplint/core

Version:
12 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestInjection = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); class TestInjection { getMatcher() { return (0, combi_1.seq)("TEST-INJECTION", expressions_1.TestSeamName); } } exports.TestInjection = TestInjection; //# sourceMappingURL=test_injection.js.map