Skip to content

test(no-extra-parens): make tests more strict (#2895) #2059

test(no-extra-parens): make tests more strict (#2895)

test(no-extra-parens): make tests more strict (#2895) #2059

Triggered via push August 1, 2025 07:46
Status Failure
Total duration 9m 5s
Artifacts

CI.yml

on: push
Lint
46s
Lint
Test with ESLint v8
2m 8s
Test with ESLint v8
Test without ESLint Stylistic
2m 5s
Test without ESLint Stylistic
Test with typescript-eslint v7
2m 13s
Test with typescript-eslint v7
Matrix: Test with old ESLint Stylistic
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Test (18)
Process completed with exit code 1.
tests/lib/utils/ts-utils/index/get-component-emits.js > getComponentEmitsFromTypeDefineTypes > should return expected props with :<script setup lang="ts"> import { Emits } from './test' defineEmits<Emits>() </script>: tests/lib/utils/ts-utils/index/get-component-emits.js#L120
AssertionError: [{"type":"unknown","name":null}] === [{"type":"infer-type","name":"a"},{"type":"infer-type","name":"b"},{"type":"infer-type","name":"c"}] - Expected + Received [ { - "name": "a", - "type": "infer-type", - }, - { - "name": "b", - "type": "infer-type", - }, - { - "name": "c", - "type": "infer-type", + "name": null, + "type": "unknown", }, ] ❯ tests/lib/utils/ts-utils/index/get-component-emits.js:120:14