Ghost/ghost/members-ssr/test/utils/assertions.js

12 lines
274 B
JavaScript
Raw Normal View History

2019-04-02 11:20:43 +03: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;
// });