lion/packages/localize/test
Jose C Perea b0d6f496f8 fix(localize): update the way to obtain the group separator for a number
four digit numbers can be written without separator, so it would be
safer to obtain the separator by formatting a five digit number. The bug
was found with the locale 'es-ES', where the format returned for '1000'
was '1000' instead of the expected '1.000'. We add the specific expect
clause on the test for it.

 On branch fix/numberGroupSeparator
 Changes to be committed:
	modified:   packages/localize/src/number/getGroupSeparator.js
	modified:   packages/localize/test/number/getGroupSeparator.test.js
2019-08-13 19:04:31 +02:00
..
date feat(localize): allow long/short/narrow param getMonthNames 2019-05-16 10:39:57 +02:00
number fix(localize): update the way to obtain the group separator for a number 2019-08-13 19:04:31 +02:00
isLocalizeESModule.test.js fix: update storybook/linting; adjust story labels, eslint ignores 2019-04-28 15:02:31 +02:00
localize.test.js fix(localize): set default fallback locale "en-GB" (fix #152) 2019-07-15 15:07:28 +02:00
LocalizeManager.test.js fix: public test-helpers 2019-07-30 15:50:53 +02:00
LocalizeMixin.test.js chore(localize): fix typo in test 2019-07-31 11:11:21 +02:00
test-esmodule-default.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00