bifocal/node_modules/@tryghost/nql-lang/test/utils/assertions.js

12 lines
274 B
JavaScript
Raw Normal View History

2024-06-19 09:56:58 -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;
// });