Skip to content

fix code style check #854

fix code style check

fix code style check #854

Triggered via push December 19, 2024 15:41
Status Failure
Total duration 1m 37s
Artifacts

vitest_tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/components/table/definitions/column.spec.ts > TableColumn > renderDecoratorFile should return the expected string: vue/dynamicforms/src/components/table/definitions/column.spec.ts#L225
AssertionError: expected '<a href="javascript:void(0)" onclick=…' to be '<a href="#" onclick=\'event.stopPropa…' // Object.is equality - Expected + Received - <a href="#" onclick='event.stopPropagation(); window.open("example.txt", "_blank")'>example.txt</a> + <a href="javascript:void(0)" onclick='(function(e) { + e.preventDefault(); + e.stopPropagation(); + window.open("example.txt", "_blank"); + })(event)'>example.txt</a> ❯ src/components/table/definitions/column.spec.ts:225:20
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636