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
5b72b20d1e
Ghost
/
test
/
utils
/
mocks
/
index.js
3 lines
80 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'
)
;
🐛Fixed asset redirects (#9455) closes #9445 - redirects all asset requests if https is configured (theme, core, images) - re-use and extend our url-redirect middleware - add proper integration tests for our express site app (no db interaction, component testing required for such important use cases) - i added some more general tests - should avoid mixed content warnings in the browser
2018-02-14 19:21:31 +03:00
exports
.
express
=
require
(
'./express'
)
;
Reference in New Issue
Copy Permalink