Ghost/test/unit/data
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
..
db Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
exporter Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
importer Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
migrations Removed use of deprecated new Error() syntax 2021-07-19 21:31:31 +12:00
schema Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00