Skip to content

Commit

Permalink
test/ : typos its → it is
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Sep 18, 2022
1 parent cdb5868 commit 15010c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
2 changes: 1 addition & 1 deletion test/parse_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion test/recur_expansion_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion test/stringify_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 15010c6

Please sign in to comment.