Ghost/test/unit/shared/config
Naz 080a8fc082 Fixed config test that failed to detect changes
no issue

- The test was designed to fail when `exactly the right keys` were modified. This was not happening! The `have.keys` assertion was not doing strict comparison neither provided any useful output when changed to `have.only.keys`.
- Rewrote the test to use manual assertion through array comparison which checks exactly what it's supposed to and gives a visual diff in case there are any missing/extra properties in config
2021-03-25 13:12:43 +13:00
..
index_spec.js Fixed config test that failed to detect changes 2021-03-25 13:12:43 +13:00
utils_spec.js Updated tests locations and added linting of core/shared (#11872) 2020-06-01 22:06:50 +01:00