Skip to content

tests: update tests to reflect latest node updates #361

tests: update tests to reflect latest node updates

tests: update tests to reflect latest node updates #361

Triggered via pull request September 10, 2024 20:39
Status Failure
Total duration 49s
Artifacts

test.yaml

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

Annotations

9 errors, 19 warnings, and 21 notices
spawn with reporter: packages/github/tests/index.test.js#L24
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped { exitCode: 1, ... '::debug::completed running is ok\n' + '::debug::starting to run fails\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:887:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:584:18)%0A at Test.postRun (node:internal/test_runner/test:983:19)%0A at Test.run (node:internal/test_runner/test:926:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1268:7)%0A at async startSubtestAfterBootstrap (node:internal/test_runner/harness:280: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:206:9)%0A at Test.run (node:internal/test_runner/test:856:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:565:18)%0A at Test.postRun (node:internal/test_runner/test:955:19)%0A at Test.run (node:internal/test_runner/test:898:12)%0A at async Promise.all (index 0)%0A at async Suite.run (node:internal/test_runner/test:1217:7)%0A at async Test.processPendingSubtests (node:internal/test_runner/test:565: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=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:887:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:584:18)%0A at Test.postRun (node:internal/test_runner/test:983:19)%0A at Test.run (node:internal/test_runner/test:926:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:584: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:856:25)%0A at Suite.processPendingSubtests (node:internal/test_runner/test:565:18)%0A at Test.postRun (node:internal/test_runner/test:955:19)%0A at Test.run (node:internal/test_runner/test:898:12)%0A at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {%0A generatedMessage: true,%0A code: 'ERR_ASSERTION',%0A actual: false,%0A expected: true,%0A operator: '=='%0A }%0A}\n" + '::debug::starting to run more tests\n' + ...
spawn with reporter - esm: packages/github/tests/index.test.js#L32
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + { + exitCode: 1, + stderr: '', + 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:887:25)%0A at Test.start (node:internal/test_runner/test:786:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:280: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' + } - '<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 + { + exitCode: 1, + stderr: '', + 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:887:25)%0A at Test.start (node:internal/test_runner/test:786:17)%0A at startSubtestAfterBootstrap (node:internal/test_runner/harness:280: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' + } - '<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:30: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:888:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:584:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { stderr: '', 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
should noop if not in github actions: packages/github/tests/index.test.js#L37
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { exitCode: 1, stderr: '', + stdout: '' - 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:856:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:565:18)%0A at node:internal/test_runner/harness:248: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' }] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { exitCode: 1, stderr: '', + stdout: '' - 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:856:25)%0A at Test.processPendingSubtests (node:internal/test_runner/test:565:18)%0A at node:internal/test_runner/harness:248: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' } at test (/home/runner/work/reporters/reporters/tests/utils.js:30: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:888:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:584:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { stderr: '', stdout: '', exitCode: 1 }, expected: { stderr: '', 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: 'testCodeFai
spwan with reporter - esm: packages/junit/tests/index.test.js#L18
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped { exitCode: 1, ... '\t<testcase name="should fail" time="*" classname="test" failure="The expression evaluated to a falsy value: assert(false)">\n' + '\t\t<failure type="testCodeFailure" message="The expression evaluated to a falsy value: assert(false)">\n' + + '[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n' + - 'Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n' + '\n' + ' assert(false)\n' + + '] {\n' + + " code: 'ERR_TEST_FAILURE',\n" + + " failureType: 'testCodeFailure',\n" + + ' cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + + ' \n' + + ' assert(false)\n' + + ' \n' + - '\n' + - ' * {\n' + - " code: 'ERR_TEST_FAILURE',\n" + - " failureType: 'testCodeFailure',\n" + - ' cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - ' \n' + - ' assert(false)\n' + - ' \n' + - ' *\n' + - ' *\n' + - ' *\n' + ' *\n' + ... '\t<testcase name="should pass" time="*" classname="test"/>\n' + '</testsuites>\n' }] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped { exitCode: 1, ... '\t<testcase name="should fail" time="*" classname="test" failure="The expression evaluated to a falsy value: assert(false)">\n' + '\t\t<failure type="testCodeFailure" message="The expression evaluated to a falsy value: assert(false)">\n' + + '[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n' + - 'Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n' + '\n' + ' assert(false)\n' + + '] {\n' + + " code: 'ERR_TEST_FAILURE',\n" + + " failureType: 'testCodeFailure',\n" + + ' cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + + ' \n' + + ' assert(false)\n' + + ' \n' + - '\n' + - ' * {\n' + - " code: 'ERR_TEST_FAILURE',\n" + - " failureType: 'testCodeFailure',\n" + - ' cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - ' \n' + - ' assert(false)\n' + - ' \n' + - ' *\n' + - ' *\n' + - ' *\n' + ' *\n' + ... '\t<testcase name="should pass" time="*" classname="test"/>\n' + '</testsuites>\n' } at test (/home/runner/work/reporters/reporters/tests/utils.js:30:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/junit/tests/index.test.js:18:3) at async Test.run (node:internal/test_runner/test:888:9) at async Test.processPendingSubtests (node:internal/test_runner/test:584:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { stderr: '', stdout: `<?xml version="1.0" encoding="utf-8"?>\n<testsuites>\n\t<testcase name="should fail" time="*" classname="test" failure="The expression evaluated to a falsy value: assert(false)">\n\t\t<failure type="testCodeFailure" message="The expression evaluated to a falsy value: assert(false)">\n[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n\n assert(false)\n] {\n code: 'ERR_TEST_FAILURE',\n failureType: 'testCodeFailure',\n cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n \n assert(false)\n \n *\n *\n *\n *\n * {\n generatedMessage: true,\n code: 'ERR_ASSERTION',\n actual: false,\n expected: true,\n operator: '=='\n }\n}\n\t\t</failure>\n\t</testcase>\n\t<testcase name="should pass" time="*" classname="test"/>\n</testsuites>\n`, exitCode: 1 }, expected: { stderr: '', stdout: `<?xml ve
spwan with reporter - esm: packages/mocha/tests/index.test.js#L19
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped { exitCode: 1, ... ' assert(false)\n' + '\n' + + ' \n' + - ' *\n' + '\n' + '\n' + '\n' }] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped { exitCode: 1, ... ' assert(false)\n' + '\n' + + ' \n' + - ' *\n' + '\n' + '\n' + '\n' } at test (/home/runner/work/reporters/reporters/tests/utils.js:30:12) at async TestContext.<anonymous> (/home/runner/work/reporters/reporters/packages/mocha/tests/index.test.js:19:3) at async Test.run (node:internal/test_runner/test:888:9) at async Test.processPendingSubtests (node:internal/test_runner/test:584:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { stderr: '', stdout: '\n\n 1) should fail\n βœ” should pass\n\n 1 passing (*ms)\n 1 failing\n\n 1) \n should fail:\n Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n\n assert(false)\n\n \n\n\n\n', exitCode: 1 }, expected: { stderr: '', stdout: '\n\n 1) should fail\n βœ” should pass\n\n 1 passing (*ms)\n 1 failing\n\n 1) \n should fail:\n Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:\n\n assert(false)\n\n *\n\n\n\n', exitCode: 1 }, operator: 'deepStrictEqual' } }
tests (v22)
Process completed with exit code 1.
tests (v18)
The job was canceled because "v22" failed.
tests (v20)
The job was canceled because "v22" failed.
tests (v20)
The operation was canceled.
tests (v22)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 250.706ms
tests (v22)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1190.319ms
tests (v22)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 282.389ms
tests (v22)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 0 Failed ❌: 3 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 496.671ms
tests (v22)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 3 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 302.272ms
tests (v22)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 2116.179ms
tests (v22)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 6 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1260.319ms
tests (v18)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 286.577ms
tests (v18)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1233.558ms
tests (v18)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 321.766ms
tests (v18)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 533.897ms
tests (v18)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 335.185ms
tests (v18)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 2319.099ms
tests (v18)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 7 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1278.044ms
tests (v20)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 266.267ms
tests (v20)
Total Tests: 1 Suites πŸ“‚: 0 Passed βœ…: 1 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1195.025ms
tests (v20)
Total Tests: 2 Suites πŸ“‚: 0 Passed βœ…: 2 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 309.244ms
tests (v20)
Total Tests: 3 Suites πŸ“‚: 1 Passed βœ…: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 482.255ms
tests (v20)
Total Tests: 4 Suites πŸ“‚: 0 Passed βœ…: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 316.137ms
tests (v20)
Total Tests: 17 Suites πŸ“‚: 3 Passed βœ…: 17 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 2111.178ms
tests (v20)
Total Tests: 7 Suites πŸ“‚: 0 Passed βœ…: 7 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo πŸ“: 0 Duration πŸ•: 1171.285ms
tests (v22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests (v22): packages/mocha/index.js#L137
Unexpected console statement
tests (v22): packages/mocha/index.js#L141
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): packages/mocha/index.js#L137
Unexpected console statement
tests (v18): packages/mocha/index.js#L141
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#L137
Unexpected console statement
tests (v20): packages/mocha/index.js#L141
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