Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 26, 2024
1 parent 672d19d commit bef67c2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const { test, module } = QUnit;
module('getRangesByDates', {}, () => {
test('getRangesByDates should generate correctly ranges', function(assert) {
const dates = [
new Date(1716745334957), // May 26 2024
'2024-11-27T13:27:01',
'2024-10-27T16:54:10',
'2024-09-20T16:54:48',
Expand All @@ -18,9 +17,6 @@ module('getRangesByDates', {}, () => {

const result = dateUtils.getRangesByDates(dates);
const expectedResult = [
[
new Date('2024-05-26T00:00:00'),
],
[
new Date('2024-09-20T00:00:00'),
new Date('2024-09-21T00:00:00'),
Expand Down

0 comments on commit bef67c2

Please sign in to comment.