fix code style check #854
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
|