From d0b36f4d7ec339ebe5e60b3a78010f5c5e9a462f Mon Sep 17 00:00:00 2001 From: Mikhail Bashkirov Date: Tue, 21 May 2019 14:44:53 +0200 Subject: [PATCH 1/2] chore: fix yarn.lock --- yarn.lock | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yarn.lock b/yarn.lock index 78ee9e9ff..3de37b5a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1697,6 +1697,14 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" +"@lion/localize@^0.1.6": + version "0.1.7" + resolved "https://registry.yarnpkg.com/@lion/localize/-/localize-0.1.7.tgz#2f0eb725fbe5fa8842985140ae3a6f0dfbd732d6" + integrity sha512-6ayWBoBI6W9pwOS6qUKBo3lUltniv8v9/xcRGm3IH5+7tbeR6/3mWILwz69MvNaoj7MQhHEF7Ox746o0qIgbFw== + dependencies: + "@bundled-es-modules/message-format" "6.0.4" + "@lion/core" "^0.1.4" + "@marionebl/sander@^0.6.0": version "0.6.1" resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b" From c6556ce0560c3746ec23fd186fe5b07db6a7222e Mon Sep 17 00:00:00 2001 From: Mikhail Bashkirov Date: Tue, 21 May 2019 14:45:28 +0200 Subject: [PATCH 2/2] chore: make test date independent --- packages/calendar/test/lion-calendar.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/calendar/test/lion-calendar.test.js b/packages/calendar/test/lion-calendar.test.js index abb2bfd40..c1998eefc 100644 --- a/packages/calendar/test/lion-calendar.test.js +++ b/packages/calendar/test/lion-calendar.test.js @@ -815,7 +815,10 @@ describe('', () => { it('is on day closest to today, if today (and surrounding dates) is/are disabled', async () => { const el = await fixture(html` - + `); const elObj = new CalendarObject(el); expect(elObj.centralDayObj.monthday).to.equal(17);