0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Hannah Wolfe 7a36200e24 🐛 Ensure deprecated labs flags are unset
fixes #11343

- solves the case where themes depends on old labs flags that are now always false, but the DB still has the feature set to true
- add concept of deprecated labs flags to the labs service
- make sure that the labs service gets used in our theme middleware
- added tests and other small fixes
2019-11-06 14:42:39 +07:00
..
acceptance Fixed tests 2019-10-11 13:16:54 +01:00
regression 🐛 Fixed incorrect body class output on page (#11264) 2019-10-23 18:06:45 +02:00
unit 🐛 Ensure deprecated labs flags are unset 2019-11-06 14:42:39 +07:00
utils Added extra handling for test port conflict errors 2019-11-06 12:48:58 +07:00
.eslintignore Moved grunt-eslint to npm script executing eslint (#10474) 2019-02-11 13:26:06 +01:00
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc