Ghost/ghost/custom-theme-settings-service/test
Kevin Ansfield 2951da002c Added name argument to .activateTheme()
no issue

Ghost allows multiple themes with the same `name` value in `package.json` so it assigns custom names based on the file name. When syncing we were only looking at the package.json `name` value so there could be a syncing clash when swapping between active themes.

- added `name` as the first argument to `.activateTheme(name, theme)` so that the service's consumer is in control of settings sync applying to it's known theme name
2021-10-20 11:04:44 +01:00
..
utils slimer new custom-theme-settings-service 2021-09-21 17:21:52 +01:00
.eslintrc.js slimer new custom-theme-settings-service 2021-09-21 17:21:52 +01:00
cache.test.js Added tests for Cache class, fixed singular .get('key') behaviour 2021-10-06 13:12:26 +01:00
service.test.js Added name argument to .activateTheme() 2021-10-20 11:04:44 +01:00