switch from jest to vitest

This commit is contained in:
CrazyMax
2026-03-02 22:08:14 +01:00
parent 7054f155b5
commit 431a9f4c97
11 changed files with 988 additions and 3253 deletions

View File

@@ -85,7 +85,7 @@ ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn run test --coverage --coverageDirectory=/tmp/coverage
yarn run test --coverage --coverage.reportsDirectory=/tmp/coverage
FROM scratch AS test-coverage
COPY --from=test /tmp/coverage /