mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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);
|