Skip to content

feat(test-runner): test filter #41152

feat(test-runner): test filter

feat(test-runner): test filter #41152

Triggered via pull request October 11, 2024 07:58
Status Failure
Total duration 4m 22s
Artifacts

infra.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Lint snippets
Process completed with exit code 1.
js linting error: docs/src/test-api/class-testconfig.md#L1
Error: Missing semicolon. 2 | filter: { 3 | filterTestGroups: testgroups => { > 4 | return testgroups.filter((testgroups, index) => index % 2 === 0) | ^ 5 | }, 6 | }, 7 | }); Unable to lint: export default defineConfig({ filter: { filterTestGroups: testgroups => { return testgroups.filter((testgroups, index) => index % 2 === 0) }, }, });