feat(DsfrFooter): ✨ gère l’attribut title des liens #976
run-tests.yml
on: pull_request
Run unit tests and CT tests
56s
Annotations
3 errors and 2 warnings
src/components/DsfrFooter/DsfrFooter.spec.ts > DsfrFooter > should mount DsfrFooter with all links:
src/components/DsfrFooter/DsfrFooter.vue#L104
TypeError: Cannot destructure property 'to' of 'props.licenceLinkProps' as it is undefined.
❯ ComputedRefImpl.fn src/components/DsfrFooter/DsfrFooter.vue:104:11
❯ refreshComputed node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:358:28
❯ ComputedRefImpl.get value [as value] node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1636:5
❯ unref node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1487:29
❯ Object.get node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1493:64
❯ Proxy._sfc_render src/components/DsfrFooter/DsfrFooter.vue:244:23
❯ renderComponentRoot node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6354:16
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5177:46
❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:228:19
❯ setupRenderEffect node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5312:5
|
src/components/DsfrFooter/DsfrFooter.spec.ts > DsfrFooter > should mount DsfrFooter with few links:
src/components/DsfrFooter/DsfrFooter.vue#L104
TypeError: Cannot destructure property 'to' of 'props.licenceLinkProps' as it is undefined.
❯ ComputedRefImpl.fn src/components/DsfrFooter/DsfrFooter.vue:104:11
❯ refreshComputed node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:358:28
❯ ComputedRefImpl.get value [as value] node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1636:5
❯ unref node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1487:29
❯ Object.get node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1493:64
❯ Proxy._sfc_render src/components/DsfrFooter/DsfrFooter.vue:244:23
❯ renderComponentRoot node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6354:16
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5177:46
❯ ReactiveEffect.run node_modules/.pnpm/@VUE+reactivity@3.5.4/node_modules/@vue/reactivity/dist/reactivity.cjs.js:228:19
❯ setupRenderEffect node_modules/.pnpm/@VUE+runtime-core@3.5.4/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5312:5
|
Run unit tests and CT tests
Process completed with exit code 1.
|
Run unit tests and CT tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run unit tests and CT tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|