Removed leftover @tryghost/jest-snapshot usage

refs fd0a3e80ae
refs https://github.com/TryGhost/Toolbox/issues/215

- This changes got lost and should have landed with referenced commit
This commit is contained in:
Naz 2022-02-22 10:33:42 +07:00
parent fd0a3e80ae
commit 4757158054

View File

@ -3,5 +3,5 @@ process.env.WEBHOOK_SECRET = process.env.WEBHOOK_SECRET || 'TEST_STRIPE_WEBHOOK_
require('../../core/server/overrides');
const {mochaHooks} = require('@tryghost/jest-snapshot');
const {mochaHooks} = require('@tryghost/express-test').snapshot;
exports.mochaHooks = mochaHooks;