feat: biome changes #10
Annotations
6 errors
|
build
Process completed with exit code 1.
|
|
src/index.test.ts > custom calendar options when instantiated > startWeekday should be 3 (Wed):
src/index.test.ts#L312
AssertionError: expected 'W' to be 'Wed' // Object.is equality
Expected: "Wed"
Received: "W"
❯ src/index.test.ts:312:7
|
|
src/index.test.ts > custom calendar options when instantiated > monthDisplayType should be short:
src/index.test.ts#L299
AssertionError: expected 'Sep' to be 'Sept' // Object.is equality
Expected: "Sept"
Received: "Sep"
❯ src/index.test.ts:299:79
|
|
src/index.test.ts > default calendar options when instantiated > borderRadius should be undefined:
src/index.test.ts#L124
AssertionError: expected '0.5rem' to be undefined
- Expected:
undefined
+ Received:
"0.5rem"
❯ src/index.test.ts:124:37
|
|
src/index.test.ts > default calendar options when instantiated > startWeekday should be 0 (Sun):
src/index.test.ts#L95
AssertionError: expected 'S' to be 'Sun' // Object.is equality
Expected: "Sun"
Received: "S"
❯ src/index.test.ts:95:7
|
|
src/index.test.ts > default calendar options when instantiated > weekdayDisplayType should be long-lower:
src/index.test.ts#L79
AssertionError: expected 'short' to be 'long-lower' // Object.is equality
Expected: "long-lower"
Received: "short"
❯ src/index.test.ts:79:43
|