Ghost/test/unit
Simon Backx e97abeceb5
Added >, <, >=, and <= operators to match helper (#14215)
refs https://github.com/TryGhost/Team/issues/1386

- The current match handler supports normal (in)equality operators, but no numeric comparisons (<, >, <=, >=)
- A use case for these new operators is to show the latest post in a separate way from other posts

Includes unit tests to check the new behaviour.
Run via `yarn test test/unit/frontend/helpers/match.test.js`
2022-03-03 15:43:47 +01:00
..
api Updated tests to handle visibility tier 2022-02-01 11:13:51 +05:30
frontend Added >, <, >=, and <= operators to match helper (#14215) 2022-03-03 15:43:47 +01:00
server Added JWT authentication for non-versioned API 2022-03-03 20:21:22 +13:00
shared Added test-specific default-settings.json configuration 2022-02-21 20:06:20 +13:00