WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: biome changes #10

feat: biome changes

feat: biome changes #10

Triggered via push September 30, 2025 17:45
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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