mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
a9981ea99e
refs https://github.com/TryGhost/Team/issues/916 - Nothing interesting here. Scaffolding that slimer made
12 lines
274 B
JavaScript
12 lines
274 B
JavaScript
/**
|
|
* 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;
|
|
// });
|