From 13ba9dd6158bc32f8f86ffa24ee7c8646b8d8867 Mon Sep 17 00:00:00 2001 From: Mathieu Puech Date: Wed, 24 Jun 2020 09:42:21 -0400 Subject: [PATCH 1/2] test(input-amount): fix wrong locale --- packages/input-amount/test/parsers.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/input-amount/test/parsers.test.js b/packages/input-amount/test/parsers.test.js index f8a9dec59..bc3396939 100644 --- a/packages/input-amount/test/parsers.test.js +++ b/packages/input-amount/test/parsers.test.js @@ -153,7 +153,7 @@ describe('parseAmount()', () => { it('parseAmount with locale set and length is more than four', () => { expect( parseAmount('6,000', { - locale: 'gb-GB', + locale: 'en-GB', }), ).to.equal(6000); expect( From 83499030513ae16af0f4de399d0aa8694c3f9518 Mon Sep 17 00:00:00 2001 From: Mathieu Puech Date: Thu, 25 Jun 2020 10:29:49 -0400 Subject: [PATCH 2/2] test(form-integrations): date compatible with negative timezone --- packages/form-integrations/test/helpers/umbrella-form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/form-integrations/test/helpers/umbrella-form.js b/packages/form-integrations/test/helpers/umbrella-form.js index 8264eaaf5..10a0d6c3c 100644 --- a/packages/form-integrations/test/helpers/umbrella-form.js +++ b/packages/form-integrations/test/helpers/umbrella-form.js @@ -44,13 +44,13 @@ export class UmbrellaForm extends LitElement {