Skip to content

fix(github): correctly convert file: URL to path (#131) #383

fix(github): correctly convert file: URL to path (#131)

fix(github): correctly convert file: URL to path (#131) #383

Triggered via push December 10, 2024 11:07
Status Failure
Total duration 34s
Artifacts

test.yaml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 19 warnings, and 21 notices
spawn with reporter: packages/github/packages/github/tests/index.test.js#L24
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped 'Object {\n' + ' "exitCode": 1,\n' + ... '::debug::completed running is ok\n' + '::debug::starting to run fails\n' + + "::error title=fails,file=packages/github/tests/example.js,line=9,col=11::[Error [ERR_TEST_FAILURE]: this is an error] {%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:374:18)%0A at Test.postRun (node:internal/test_runner/test:715:19)%0A at Test.run (node:internal/test_runner/test:673:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:948:7)%0A at async startSubtest (node:internal/test_runner/harness:214:3),%0A code: 'ERR_TEST_FAILURE'%0A}\n" + - "::error title=fails,file=tests/example.js,line=9,col=11::[Error [ERR_TEST_FAILURE]: this is an error] {%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:374:18)%0A at Test.postRun (node:internal/test_runner/test:715:19)%0A at Test.run (node:internal/test_runner/test:673:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:948:7)%0A at async startSubtest (node:internal/test_runner/harness:214:3),%0A code: 'ERR_TEST_FAILURE'%0A}\n" + '::debug::starting to run is a diagnostic\n' + '::debug::completed running is a diagnostic\n' + '::notice file=tests/example.js,line=11,col=3::this is a diagnostic\n' + '::debug::starting to run should fail\n' + + "::error title=should fail,file=packages/github/tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:374:18)%0A at Test.postRun (node:internal/test_runner/test:715:19)%0A at Test.run (node:internal/test_runner/test:673:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + - "::error title=should fail,file=tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:374:18)%0A at Test.postRun (node:internal/test_runner/test:715:19)%0A at Test.run (node:internal/test_runner/test:673:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + '::debug::starting to run more tests\n' + ... '::endgroup::\n' + '",\n' + '}' at async Promise.all (
spawn with reporter - esm: packages/github/packages/github/tests/index.test.js#L32
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Test.start (node:internal/test_runner/test:542:17)%0A at startSubtest (node:internal/test_runner/harness:214:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><td>Total Tests</td><td>8</td></tr><tr><td>Suites πŸ“‚</td><td>2</td></tr><tr><td>Passed βœ…</td><td>4</td></tr><tr><td>Failed ❌</td><td>2</td></tr><tr><td>Canceled 🚫</td><td>0</td></tr><tr><td>Skipped ⏭️</td><td>1</td></tr><tr><td>Todo πŸ“</td><td>1</td></tr><tr><td>Duration πŸ•</td><td>*ms</td></tr></table>\n'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Test.start (node:internal/test_runner/test:542:17)%0A at startSubtest (node:internal/test_runner/harness:214:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><td>Total Tests</td><td>8</td></tr><tr><td>Suites πŸ“‚</td><td>2</td></tr><tr><td>Passed βœ…</td><td>4</td></tr><tr><td>Failed ❌</td><td>2</td></tr><tr><td>Canceled 🚫</td><td>0</td></tr><tr><td>Skipped ⏭️</td><td>1</td></tr><tr><td>Todo πŸ“</td><td>1</td></tr><tr><td>Duration πŸ•</td><td>*ms</td></tr></table>\n' at test (/home/runner/work/reporters/reporters/tests/utils.js:37:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/github/tests/index.test.js:32:5) at async Test.run (node:internal/test_runner/test:632:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: `Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "::debug::starting to run should fail\n::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScop
should noop if not in github actions: packages/github/packages/github/tests/index.test.js#L37
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Test.start (node:internal/test_runner/test:542:17)%0A at startSubtest (node:internal/test_runner/harness:214:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Test.start (node:internal/test_runner/test:542:17)%0A at startSubtest (node:internal/test_runner/harness:214:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}' at test (/home/runner/work/reporters/reporters/tests/utils.js:37:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/github/tests/index.test.js:37:5) at async Test.run (node:internal/test_runner/test:632:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}', expected: `Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "::debug::starting to run should fail\n::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: false == true] {%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: false == true%0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:203:9)%0A at Test.run (node:internal/test_runner/test:631:25)%0A at Test.start (node:internal/test_runner/test:542:17)%0A at startSubtest (node:internal/test_runner/harness:214:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A },%0A code: 'ERR_TEST_FAILURE'%0A}\n::debug::starting to run should pass\n::debug::completed running should pass\n::group::Test results (1 passed, 1
tests (v18)
Process completed with exit code 1.
tests (v20)
The job was canceled because "v18" failed.
spawn with reporter: packages/github/packages/github/tests/index.test.js#L24
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped 'Object {\n' + ' "exitCode": 1,\n' + ... '::debug::completed running is ok\n' + '::debug::starting to run fails\n' + + "::error title=fails,file=packages/github/tests/example.js,line=9,col=11::Error [ERR_TEST_FAILURE]: this is an error%0A at async Promise.all (index 0) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:796:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:527:18)%0A at Test.postRun (node:internal/test_runner/test:889:19)%0A at Test.run (node:internal/test_runner/test:835:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1135:7)%0A at async Test.processPendingSubtests (node:internal/test_runner/test:527:7)%0A}\n" + - "::error title=fails,file=tests/example.js,line=9,col=11::Error [ERR_TEST_FAILURE]: this is an error%0A at async Promise.all (index 0) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:789:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:517:18)%0A at Test.postRun (node:internal/test_runner/test:885:19)%0A at Test.run (node:internal/test_runner/test:831:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1131:7)%0A at async Test.processPendingSubtests (node:internal/test_runner/test:517:7)%0A}\n" + '::debug::starting to run is a diagnostic\n' + '::debug::completed running is a diagnostic\n' + '::notice file=tests/example.js,line=11,col=3::this is a diagnostic\n' + '::debug::starting to run should fail\n' + + "::error title=should fail,file=packages/github/tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:796:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:527:18)%0A at Test.postRun (node:internal/test_runner/test:889:19)%0A at Test.run (node:internal/test_runner/test:835:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:527:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - "::error title=should fail,file=tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:789:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:517:18)%0A at Test.postRun (node:internal/test_runner/test:885:19)%0A at Test.run (node:internal/test_runner/test:831:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + '::debug::starting t
spawn with reporter - esm: packages/github/packages/github/tests/index.test.js#L32
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:796:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:527:18)%0A at node:internal/test_runner/harness:255:12%0A at node:internal/process/task_queues:140:7%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9)%0A at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><td>Total Tests</td><td>8</td></tr><tr><td>Suites πŸ“‚</td><td>2</td></tr><tr><td>Passed βœ…</td><td>4</td></tr><tr><td>Failed ❌</td><td>2</td></tr><tr><td>Canceled 🚫</td><td>0</td></tr><tr><td>Skipped ⏭️</td><td>1</td></tr><tr><td>Todo πŸ“</td><td>1</td></tr><tr><td>Duration πŸ•</td><td>*ms</td></tr></table>\n'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:796:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:527:18)%0A at node:internal/test_runner/harness:255:12%0A at node:internal/process/task_queues:140:7%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9)%0A at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><td>Total Tests</td><td>8</td></tr><tr><td>Suites πŸ“‚</td><td>2</td></tr><tr><td>Passed βœ…</td><td>4</td></tr><tr><td>Failed ❌</td><td>2</td></tr><tr><td>Canceled 🚫</td><td>0</td></tr><tr><td>Skipped ⏭️</td><td>1</td></tr><tr><td>Todo πŸ“</td><td>1</td></tr><tr><td>Duration πŸ•</td><td>*ms</td></tr></table>\n' at test (/home/runner/work/
should noop if not in github actions: packages/github/packages/github/tests/index.test.js#L37
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:789:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:517:18)%0A at node:internal/test_runner/harness:252:12%0A at node:internal/process/task_queues:140:7%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9)%0A at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:206:9)%0A at Test.run (node:internal/test_runner/test:789:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:517:18)%0A at node:internal/test_runner/harness:252:12%0A at node:internal/process/task_queues:140:7%0A at AsyncResource.runInAsyncScope (node:async_hooks:206:9)%0A at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}' at test (/home/runner/work/reporters/reporters/tests/utils.js:37:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/github/tests/index.test.js:37:5) at async Test.run (node:internal/test_runner/test:797:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}', expected: `Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "::debug::starting to run should fail\n::error title=should
tests (v20)
Process completed with exit code 1.
tests (v22)
The job was canceled because "v18" failed.
spawn with reporter: packages/github/packages/github/tests/index.test.js#L24
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Skipped lines 'Object {\n' + ' "exitCode": 1,\n' + ' "stderr": "",\n' + ' "stdout": "::debug::starting to run tests\n' + '::debug::starting to run is ok\n' + '::debug::completed running is ok\n' + '::debug::starting to run fails\n' + + "::error title=fails,file=packages/github/tests/example.js,line=9,col=11::Error [ERR_TEST_FAILURE]: this is an error%0A at async Promise.all (index 0) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:934:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:633:18)%0A at Test.postRun (node:internal/test_runner/test:1045:19)%0A at Test.run (node:internal/test_runner/test:973:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1320:7)%0A at async startSubtestAfterBootstrap (node:internal/test_runner/harness:296:3)%0A}\n" + - "::error title=fails,file=tests/example.js,line=9,col=11::Error [ERR_TEST_FAILURE]: this is an error%0A at async Promise.all (index 0) {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: Error: this is an error%0A at TestContext.<anonymous> (CWD/tests/example.js:9:11)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:930:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)%0A at Test.postRun (node:internal/test_runner/test:1026:19)%0A at Test.run (node:internal/test_runner/test:969:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1295:7)%0A at async startSubtestAfterBootstrap (node:internal/test_runner/harness:289:3)%0A}\n" + '::debug::starting to run is a diagnostic\n' + '::debug::completed running is a diagnostic\n' + '::notice file=tests/example.js,line=11,col=3::this is a diagnostic\n' + '::debug::starting to run should fail\n' + + "::error title=should fail,file=packages/github/tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:934:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:633:18)%0A at Test.postRun (node:internal/test_runner/test:1045:19)%0A at Test.run (node:internal/test_runner/test:973:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:633:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - "::error title=should fail,file=tests/example.js,line=12,col=31::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (CWD/tests/example.js:12:31)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:930:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)%0A at Test.postRun (node:internal/test_runner/test:1026:19)%0A at Test.run (node:internal/test_runner/test:969:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {%0A generatedMessage: true,%0A
spawn with reporter - esm: packages/github/packages/github/tests/index.test.js#L32
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:934:25)%0A at Test.start (node:internal/test_runner/test:833:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:296:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::notice file=tests/example.mjs,line=1,col=1::tests 2\n' + + '::notice file=tests/example.mjs,line=1,col=1::suites 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::pass 1\n' + + '::notice file=tests/example.mjs,line=1,col=1::fail 1\n' + + '::notice file=tests/example.mjs,line=1,col=1::cancelled 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::skipped 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::todo 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::duration_ms 43.244237\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><td>Total Tests</td><td>8</td></tr><tr><td>Suites πŸ“‚</td><td>2</td></tr><tr><td>Passed βœ…</td><td>4</td></tr><tr><td>Failed ❌</td><td>2</td></tr><tr><td>Canceled 🚫</td><td>0</td></tr><tr><td>Skipped ⏭️</td><td>1</td></tr><tr><td>Todo πŸ“</td><td>1</td></tr><tr><td>Duration πŸ•</td><td>*ms</td></tr></table>\n' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n' + + ' "exitCode": 1,\n' + + ' "stderr": "",\n' + + ' "stdout": "::debug::starting to run should fail\n' + + "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:934:25)%0A at Test.start (node:internal/test_runner/test:833:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:296:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + + '::debug::starting to run should pass\n' + + '::debug::completed running should pass\n' + + '::notice file=tests/example.mjs,line=1,col=1::tests 2\n' + + '::notice file=tests/example.mjs,line=1,col=1::suites 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::pass 1\n' + + '::notice file=tests/example.mjs,line=1,col=1::fail 1\n' + + '::notice file=tests/example.mjs,line=1,col=1::cancelled 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::skipped 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::todo 0\n' + + '::notice file=tests/example.mjs,line=1,col=1::duration_ms 43.244237\n' + + '::group::Test results (1 passed, 1 failed)\n' + + '::notice::\n' + + '::endgroup::\n' + + '",\n' + + '}' - '<h1>Test Results</h1>\n' + - '<table><tr><
should noop if not in github actions: packages/github/packages/github/tests/index.test.js#L37
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:930:25)%0A at Test.start (node:internal/test_runner/test:829:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:289:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}' - 'Object {\n' + - ' "exitCode": 1,\n' + - ' "stderr": "",\n' + - ' "stdout": "::debug::starting to run should fail\n' + - "::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test_runner/test:930:25)%0A at Test.start (node:internal/test_runner/test:829:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:289:17) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + - '::debug::starting to run should pass\n' + - '::debug::completed running should pass\n' + - '::group::Test results (1 passed, 1 failed)\n' + - '::notice::Total Tests: 2%0ASuites πŸ“‚: 0%0APassed βœ…: 1%0AFailed ❌: 1%0ACanceled 🚫: 0%0ASkipped ⏭️: 0%0ATodo πŸ“: 0%0ADuration πŸ•: *ms\n' + - '::endgroup::\n' + - '",\n' + - '}' at test (/home/runner/work/reporters/reporters/tests/utils.js:37:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/github/tests/index.test.js:37:5) at async Test.run (node:internal/test_runner/test:935:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "",\n}', expected: `Object {\n "exitCode": 1,\n "stderr": "",\n "stdout": "::debug::starting to run should fail\n::error title=should fail,file=tests/example.mjs,line=5,col=3::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:%0A%0A assert(false)%0A] {%0A code: 'ERR_TEST_FAILURE',%0A failureType: 'testCodeFailure',%0A cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:%0A %0A assert(false)%0A %0A at TestContext.<anonymous> (file://CWD/tests/example.mjs:5:3)%0A at Test.runInAsyncScope (node:async_hooks:211:14)%0A at Test.run (node:internal/test
tests (v22)
Process completed with exit code 1.
tests (v18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests (v18): packages/mocha/index.js#L138
Unexpected console statement
tests (v18): packages/mocha/index.js#L142
Unexpected console statement
tests (v18): packages/mocha/tests/customReporter/reporter.js#L11
Unexpected console statement
tests (v18): packages/testwatch/index.js#L16
Unexpected console statement
tests (v18): packages/testwatch/index.js#L83
Unexpected unnamed async generator function
tests (v18): packages/testwatch/index.js#L248
Unexpected console statement
tests (v20): packages/mocha/index.js#L138
Unexpected console statement
tests (v20): packages/mocha/index.js#L142
Unexpected console statement
tests (v20): packages/mocha/tests/customReporter/reporter.js#L11
Unexpected console statement
tests (v20): packages/testwatch/index.js#L16
Unexpected console statement
tests (v20): packages/testwatch/index.js#L83
Unexpected unnamed async generator function
tests (v20): packages/testwatch/index.js#L248
Unexpected console statement
tests (v22): packages/mocha/index.js#L138
Unexpected console statement
tests (v22): packages/mocha/index.js#L142
Unexpected console statement
tests (v22): packages/mocha/tests/customReporter/reporter.js#L11
Unexpected console statement
tests (v22): packages/testwatch/index.js#L16
Unexpected console statement
tests (v22): packages/testwatch/index.js#L83
Unexpected unnamed async generator function
tests (v22): packages/testwatch/index.js#L248
Unexpected console statement
tests (v18)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 2279.629ms
tests (v18)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 341.649ms
tests (v18)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 7 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1283.352ms
tests (v18)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1234.479ms
tests (v18)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 297.265ms
tests (v18)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 332.786ms
tests (v18)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 0 Failed ❌: 3 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 547.866ms
tests (v20)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 2096.918ms
tests (v20)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 317.665ms
tests (v20)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 7 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1148.341ms
tests (v20)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1198.051ms
tests (v20)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 260.513ms
tests (v20)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 290.594ms
tests (v20)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 0 Failed ❌: 3 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 492.870ms
tests (v22)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1925.485ms
tests (v22)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 278.136ms
tests (v22)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 7 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1146.798ms
tests (v22)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1188.015ms
tests (v22)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 239.161ms
tests (v22)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 271.878ms
tests (v22)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 0 Failed ❌: 3 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 456.475ms