@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
9 lines • 296 B
JavaScript
import { ExpectationOutcome } from './ExpectationOutcome.js';
/**
* Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was met.
*
* @group Expectations
*/
export class ExpectationMet extends ExpectationOutcome {
}
//# sourceMappingURL=ExpectationMet.js.map