feat(VNavRail): New VNavRail Component #30197
ci.yml
on: pull_request
Annotations
5 errors and 1 warning
|
Build vuetify
Process completed with exit code 1.
|
|
Test
Process completed with exit code 1.
|
|
composables/__tests__/validation.spec.ts > validation > should validate when the value is cleared to null while focused:
packages/vuetify/src/composables/__tests__/validation.spec.ts#L161
AssertionError: expected [] to deeply equal [ 'required' ]
- Expected
+ Received
- [
- "required",
- ]
+ []
❯ composables/__tests__/validation.spec.ts:161:38
|
|
composables/__tests__/rounded.spec.ts > rounded.ts > should return correct rounded classes:
packages/vuetify/src/composables/__tests__/rounded.spec.ts#L50
AssertionError: expected [] to strictly equal [ 'rounded-t-0' ]
- Expected
+ Received
- [
- "rounded-t-0",
- ]
+ []
❯ composables/__tests__/rounded.spec.ts:50:34
|
|
composables/__tests__/rounded.spec.ts > rounded.ts > should return correct rounded classes:
packages/vuetify/src/composables/__tests__/rounded.spec.ts#L50
AssertionError: expected [] to strictly equal [ 'rounded-e-0', 'rounded-s-lg' ]
- Expected
+ Received
- [
- "rounded-e-0",
- "rounded-s-lg",
- ]
+ []
❯ composables/__tests__/rounded.spec.ts:50:34
|
|
pre_job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: fkirc/skip-duplicate-actions@04a1aebece824b56e6ad6a401d015479cd1c50b3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|