mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed broken require path (bridge in tests)
refs: fdefa4964f
- IDE didn't fix all the paths 🙈
This commit is contained in:
parent
fdefa4964f
commit
af2b0b6729
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user