Skip to content

Use vitest

Use vitest #123

Triggered via push December 12, 2024 19:55
Status Failure
Total duration 1m 17s
Artifacts

push.yml

on: push
Lint, build, and test on node 22.x and ubuntu-latest
1m 7s
Lint, build, and test on node 22.x and ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint, build, and test on node 22.x and ubuntu-latest: app/src/App.tsx#L7
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint, build, and test on node 22.x and ubuntu-latest: app/src/App.tsx#L9
Unsafe assignment of an error typed value
Lint, build, and test on node 22.x and ubuntu-latest: app/src/App.tsx#L9
Unsafe call of a(n) `error` type typed value
Lint, build, and test on node 22.x and ubuntu-latest: eslint.config.mjs#L32
Unsafe assignment of an error typed value
Lint, build, and test on node 22.x and ubuntu-latest: eslint.config.mjs#L34
Unsafe assignment of an error typed value
Lint, build, and test on node 22.x and ubuntu-latest: eslint.config.mjs#L34
Unsafe member access .configs on an `error` typed value
Lint, build, and test on node 22.x and ubuntu-latest: lib/src/NCListFeature.ts#L20
Unexpected any. Specify a different type
Lint, build, and test on node 22.x and ubuntu-latest: lib/src/NCListFeature.ts#L24
Unsafe assignment of an `any` value
Lint, build, and test on node 22.x and ubuntu-latest: lib/src/NCListFeature.ts#L24
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Lint, build, and test on node 22.x and ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636