mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
fd0a3e80ae
commit
4757158054
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user