Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-20 22:42:53 -05:00
Code
Issues
Activity
4e2d3e3505
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 11:19:16 +00: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 17:21:31 +01:00
exports
.
express
=
require
(
'./express'
)
;
Reference in a new issue
Copy permalink