rittenhop-dev/versions/5.94.2/node_modules/@tryghost/member-attribution/test/utils/assertions.js

12 lines
274 B
JavaScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
/**
* Custom Should Assertions
*
* Add any custom assertions to this file.
*/
// Example Assertion
// should.Assertion.add('ExampleAssertion', function () {
// this.params = {operator: 'to be a valid Example Assertion'};
// this.obj.should.be.an.Object;
// });