Ghost/ghost/email-analytics-provider-mailgun/test/utils/assertions.js

12 lines
274 B
JavaScript
Raw Normal View History

2021-01-16 21:22:04 +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;
// });