Ghost/ghost/core/test/utils/assertions.js
Daniel Lockyer 42333a3349 Removed custom assertions
- these are no longer used in favor of snapshots in tests
2023-03-10 14:29:55 +01:00

5 lines
175 B
JavaScript

const should = require('should');
const {matchSnapshotAssertion} = require('@tryghost/express-test').snapshot;
should.Assertion.add('matchSnapshot', matchSnapshotAssertion);