From 83ab7f556d58a3dd857c5f210eee77b7bb874246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 14 Sep 2022 19:34:40 +0300 Subject: [PATCH] =?UTF-8?q?test/=20:=20typos=20its=20=E2=86=92=20it=20is?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/helper.js | 2 +- test/parse_test.js | 2 +- test/recur_expansion_test.js | 2 +- test/stringify_test.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/helper.js b/test/helper.js index 79d5e541..c3cadab9 100644 --- a/test/helper.js +++ b/test/helper.js @@ -243,7 +243,7 @@ testSupport.require('/node_modules/benchmark/benchmark.js'); testSupport.require('/test/support/performance.js'); - // Load it here so its pre-loaded in all suite blocks... + // Load it here so it is pre-loaded in all suite blocks... testSupport.requireICAL(); } diff --git a/test/parse_test.js b/test/parse_test.js index 3e4efe58..ec75847c 100644 --- a/test/parse_test.js +++ b/test/parse_test.js @@ -94,7 +94,7 @@ suite('parserv2', function() { // NOTE: this is not an absolute test that serialization // works as our parser should be error tolerant and - // its remotely possible that we consistently produce + // it is remotely possible that we consistently produce // ICAL that only we can parse. jsonEqual( subject(ical), diff --git a/test/recur_expansion_test.js b/test/recur_expansion_test.js index 877c5656..e3cfc356 100644 --- a/test/recur_expansion_test.js +++ b/test/recur_expansion_test.js @@ -207,7 +207,7 @@ suite('recur_expansion', function() { }); suite('#next', function() { - // I use JS dates widely because its much easier + // I use JS dates widely because it is much easier // to compare them via chai's deepEquals function var expected = [ new Date(2012, 9, 2, 10), diff --git a/test/stringify_test.js b/test/stringify_test.js index 7ef61703..c0377922 100644 --- a/test/stringify_test.js +++ b/test/stringify_test.js @@ -45,7 +45,7 @@ suite('ICAL.stringify', function() { // NOTE: this is not an absolute test that serialization // works as our parser should be error tolerant and - // its remotely possible that we consistently produce + // it is remotely possible that we consistently produce // ICAL that only we can parse. jsonEqual( ICAL.parse(ical),