We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e6d62 commit 00f9ddaCopy full SHA for 00f9dda
packages/ui/test/getWorkWeek.spec.ts
@@ -11,7 +11,7 @@ describe('[TIMESTAMP] getWorkWeek', () => {
11
it('getWorkWeek 2021-01-04 (the 4th is always in week 1)', async () => {
12
const ts = timestamp.parsed('2021-01-04')
13
const tests = timestamp.getWorkWeek(ts)
14
- expect(tests).toStrictEqual(53)
+ expect(tests).toStrictEqual(1)
15
})
16
17
it('getWorkWeek when year is 0', async () => {
0 commit comments