@serenity-js/assertions
Version:
Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios
21 lines • 616 B
TypeScript
export * from './and';
export * from './contain';
export * from './containAtLeastOneItemThat';
export * from './containItemsWhereEachItem';
export * from './endsWith';
export * from './equals';
export * from './includes';
export * from './isAfter';
export * from './isBefore';
export * from './isCloseTo';
export * from './isFalse';
export * from './isGreaterThan';
export * from './isLessThan';
export * from './isPresent';
export * from './isTrue';
export * from './matches';
export * from './not';
export * from './or';
export * from './property';
export * from './startsWith';
//# sourceMappingURL=index.d.ts.map