mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +03:00
080a8fc082
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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
data | ||
helpers | ||
lib | ||
models | ||
server | ||
services | ||
shared/config | ||
web |