mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Cleaned DomainEvents import
This commit is contained in:
parent
60670c21ce
commit
762238c7e7
@ -4,7 +4,7 @@ const assert = require('assert');
|
||||
const urlUtils = require('../../../core/shared/url-utils');
|
||||
const nock = require('nock');
|
||||
const jobsService = require('../../../core/server/services/jobs');
|
||||
const DomainEvents = require('@tryghost/domain-events/lib/DomainEvents');
|
||||
const DomainEvents = require('@tryghost/domain-events');
|
||||
|
||||
describe('Webmentions (receiving)', function () {
|
||||
let agent;
|
||||
|
Loading…
Reference in New Issue
Block a user