UNPKG

@gatling.io/core

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

8 lines (7 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapCondition = void 0; const wrapCondition = (jvmCondition, wrap) => ({ then: (...thenChecks) => wrap(jvmCondition.then(thenChecks.map((c) => c._underlying))) }); exports.wrapCondition = wrapCondition;