mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 13:22:39 +03:00
12 lines
232 B
JavaScript
12 lines
232 B
JavaScript
|
// Switch these lines once there are useful utils
|
||
|
// const testUtils = require('./utils');
|
||
|
require('./utils');
|
||
|
|
||
|
const sinon = require('sinon');
|
||
|
|
||
|
const {EventProcessor} = require('..');
|
||
|
|
||
|
describe('EventProcessor', function () {
|
||
|
|
||
|
});
|