mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
3e6a713658
no issue Direct copy of current master from https://github.com/expressjs/vhost/ with automatic eslint fixes to match our styleguide. Forked because we need a reverse proxy fix and the original module appears abandoned.
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;
|
|
// });
|