Ghost/test
Rish 67bf3a77c1 Updated price helper to output well formatted prices
refs https://github.com/TryGhost/Team/issues/472

The current `{{price}}` helper only works with `amount` to convert it into right value but doesn't allow any formatting with currency etc, leaving most of the work to theme.  We want to be able to output well formatted prices. E.g. the API returns 5000 for 5 EUR but we want to output €5.

The updated {{price}} helper can take a plan object or plan amount currency and use them to output a well formatted price. It works with JS's built in Intl.NumberFormat behaviour to return output in different formats, also allowing theme devs to override formatting with options.

Examples:

With Plan object => `{{price plan}} → "€5"`
With Plan object and custom number format =>  `{{price plan numberFormat="long"}} → "€5.00"`
Output only currency symbol =>  `{{price currency='EUR'}} → "€"`
2021-02-25 13:01:24 +05:30
..
api-acceptance Added acceptance test for github theme installs 2021-02-24 10:16:25 +00:00
frontend-acceptance Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
regression Hardened frontend tests checking API engine 2021-02-24 18:55:12 +13:00
unit Updated price helper to output well formatted prices 2021-02-25 13:01:24 +05:30
utils Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
.eslintignore
.eslintrc.json
.jshintrc