Add attach file button to note pages #1646
ci.yml
on: push
lint
58s
test
50s
test-storybook
1m 29s
build
1m 16s
benchmark
1m 12s
Annotations
2 errors
src/utils/date.test.ts > formatDate > formats a date string:
src/utils/date.test.ts#L48
AssertionError: expected 'Fri, Jul 11' to be 'Thu, Jul 11' // Object.is equality
Expected: "Thu, Jul 11"
Received: "Fri, Jul 11"
❯ src/utils/date.test.ts:48:48
|
test
Process completed with exit code 1.
|