@augment-vir/assert
Version:
A collection of assertions for test and production code alike.
11 lines (10 loc) • 463 B
JavaScript
export * from './augments/assertion-exports.js';
export * from './augments/assertion.error.js';
export * from './augments/custom-equality.js';
export * from './augments/diff.error.js';
export * from './augments/guards/assert-wrap.js';
export * from './augments/guards/assert.js';
export * from './augments/guards/check-wrap.js';
export * from './augments/guards/check.js';
export * from './augments/guards/wait-until.js';
export * from './augments/if-equals.js';