import {startDaysBetween} from './time.js'; test('startDaysBetween', () => { expect(startDaysBetween(new Date('2024-02-15'), new Date('2024-04-18'))).toEqual([ 1708214400000, 1708819200000, 1709424000000, 1710028800000, 1710633600000, 1711238400000, 1711843200000, 1712448000000, 1713052800000, ]); }); FEST.MF?h=v7.0.0.202409031743-r' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
blob: 129ba034101f993ca50083b173c0febcefad6bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32