0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/services/themes/handlebars
Hannah Wolfe 307e035796 Fixed incorrect require path in theme tests
- At some point we have updated the path that should be required to get helpers, but missed updating the path in this test
- When run with the full suite, the test still passed, but when run independently it threw the error loadCoreHelpers is not a function
- This is to do with some interaction with the middleware_spec.js tests
- I'm working on breaking all this down so hopefully will get rid of any further weird test independence issues
2021-04-20 19:16:52 +01:00
..
helpers_spec.js Fixed incorrect require path in theme tests 2021-04-20 19:16:52 +01:00
template_spec.js Fixed circular dependency warning for the proxy service (#12746) 2021-03-11 16:30:49 +00:00