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:
parent
cb05fae5a3
commit
6402d89e08
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue