mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-14 04:04:23 +00:00
Remove unused currency config vars: decimal_mark, thousands_separator
This commit is contained in:
@@ -7,9 +7,6 @@ describe 'convert number to localised currency ', ->
|
||||
symbol_position: "before"
|
||||
currency: "D"
|
||||
hide_cents: "false"
|
||||
# Not used yet...
|
||||
# decimal_mark: "."
|
||||
# thousands_separator: ","
|
||||
module 'Darkswarm'
|
||||
module ($provide)->
|
||||
$provide.value "currencyConfig", currencyconfig
|
||||
@@ -38,5 +35,3 @@ describe 'convert number to localised currency ', ->
|
||||
it "can hide cents", ->
|
||||
currencyconfig.hide_cents = "true"
|
||||
expect(filter(5)).toEqual "$5"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user