Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 2, 2024
1 parent 211b4df commit 6233096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,8 @@ vows
return ev.rrule.between(new Date(2023, 0, 1), new Date(2024, 0, 1))[0];
},
'dt start well set'(topic) {
/* not on windows, see: https://github.com/jkbrzt/rrule/issues/608 */
if (process.platform !== "win32") {
/* Not on windows, see: https://github.com/jkbrzt/rrule/issues/608 */
if (process.platform !== 'win32') {
assert.equal(topic.toDateString(), new Date(2023, 6, 14).toDateString());
}
},
Expand Down

0 comments on commit 6233096

Please sign in to comment.