This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-22 18:31:57 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
004371be36
Ghost
/
test
/
utils
/
mocks
/
index.js
2 lines
40 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Cleanup repeated module mocking utils - mock non existant module util was defined twice - split it out properly from the rest of the utils, update all references - this allows us to move this util out of the codebase along with other code, e.g. the image manipulation code
2020-03-25 14:19:16 +03:00
exports
.
modules
=
require
(
'./modules'
)
;
Reference in New Issue
Copy Permalink