This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
84fcedb036
Ghost
/
core
/
test
/
utils
/
mocks
/
index.js
3 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
improvement: add mocks helper module for test env no issue - add methods to mock/unmock not existent files
2016-06-10 08:20:13 +03:00
exports
.
utils
=
require
(
'./utils'
)
;
🐛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