0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/unit/data/schema
Daniel Lockyer 2d639ad4a1 Replaced removed Bookshelf findWhere function
- as per https://github.com/bookshelf/bookshelf/wiki/Migrating-from-0.15.1-to-1.0.0#collectionfindwhere, the `findWhere` function was removed
- `find` can be used in combination with `matchFunc` and then checking
  the values against each other to keep the same functionality
- also updates the tests to reflect the change in number of function calls
2021-09-10 16:59:11 +01:00
..
fixtures Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00
commands.test.js Removed use of deprecated new Error() syntax 2021-07-19 21:31:31 +12:00
integrity.test.js Gave Administrators permission to connect to Stripe (#13228) 2021-08-26 11:00:40 +01:00
validator.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00