mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue