Fixed broken require path (bridge in tests)

refs: fdefa4964f

- IDE didn't fix all the paths 🙈
This commit is contained in:
Hannah Wolfe 2021-04-26 15:01:10 +01:00
parent fdefa4964f
commit af2b0b6729

View File

@ -1,7 +1,7 @@
const should = require('should');
const sinon = require('sinon');
const ghostLocals = require('../../../../../core/server/web/parent/middleware/ghost-locals');
const bridge = require('../../../../../core/shared/bridge');
const bridge = require('../../../../../core/bridge');
describe('Theme Handler', function () {
let req;