0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

removed require should

This commit is contained in:
Steve Larson 2023-03-08 16:50:03 -06:00
parent cb05fae5a3
commit 6402d89e08

View file

@ -1,6 +1,5 @@
const assert = require('assert');
const sinon = require('sinon');
const should = require('should');
const DomainEvents = require('@tryghost/domain-events');
const MemberRepository = require('../../../../lib/repositories/member');
const {SubscriptionCreatedEvent} = require('@tryghost/member-events');