0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/services/theme-engine
Kevin Ansfield 4a6bedce7b Fixed theme-engine middleware tests timing out rather than showing failed assertions
no issue

- if any of the assertions in a test failed there was no handling, instead the test just timed out with a timeout error
- wrapping the assertions in a try/catch and calling `done()` with the error object aborts the test immediately and shows a useful assertion failure message
2021-09-30 12:12:55 +01:00
..
engines Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
handlebars Divided f/e proxy into true proxy + rendering service 2021-09-29 13:10:14 +01:00
active.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
config.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
i18n.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
middleware.test.js Fixed theme-engine middleware tests timing out rather than showing failed assertions 2021-09-30 12:12:55 +01:00
preview.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00