Skip to content

fix: migrate from jest to node test and c8 #2887

fix: migrate from jest to node test and c8

fix: migrate from jest to node test and c8 #2887

Re-run triggered August 8, 2024 05:43
Status Failure
Total duration 1m 29s
Artifacts

ci.yml

on: pull_request
Matrix: test / Test
test  /  Test Fastify Integration
0s
test / Test Fastify Integration
test  /  Dependency Review
9s
test / Dependency Review
test  /  Check Licenses
12s
test / Check Licenses
test  /  Lint Code
15s
test / Lint Code
test  /  Automerge Dependabot PRs
0s
test / Automerge Dependabot PRs
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 6 notices
test / Lint Code: test/authorize.test.ts#L15
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
test / Lint Code: test/authorize.test.ts#L16
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
test / Lint Code: test/authorize.test.ts#L17
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
test / Lint Code: test/csrf-fixation.test.ts#L29
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
test / Lint Code: test/csrf-fixation.test.ts#L30
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
test / Lint Code: test/csrf-fixation.test.ts#L37
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
test / Lint Code: test/decorators.test.ts#L6
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
test / Lint Code: test/decorators.test.ts#L10
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
test / Lint Code: test/decorators.test.ts#L11
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
test / Lint Code: test/decorators.test.ts#L42
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
test / Test (20, ubuntu-latest)
TypeScript: compilation complete (2524ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 6595.121ms
test / Test (22, macos-latest)
TypeScript: compilation complete (1825ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 6015.786ms
test / Test (20, macos-latest)
TypeScript: compilation complete (1900ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 6443.114ms
test / Test (22, ubuntu-latest)
TypeScript: compilation complete (3673ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 6789.637ms
test / Test (22, windows-latest)
TypeScript: compilation complete (3736ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 7353.301ms
test / Test (20, windows-latest)
TypeScript: compilation complete (3056ms) Total Tests: 139 Suites 📂: 41 Passed ✅: 136 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 7444.077ms
OpenSSF Scorecard Warning
npm/tunnel has an OpenSSF Scorecard of 2.8, which is less than this repository's threshold of 3.
test / Lint Code: test/strategy.test.ts#L16
't' is defined but never used. Allowed unused args must match /^_/u