42333a3349
- these are no longer used in favor of snapshots in tests
5 lines
175 B
JavaScript
5 lines
175 B
JavaScript
const should = require('should');
|
|
const {matchSnapshotAssertion} = require('@tryghost/express-test').snapshot;
|
|
|
|
should.Assertion.add('matchSnapshot', matchSnapshotAssertion);
|