Skip to content

Update Tidy docs

Update Tidy docs #1099

Triggered via push September 6, 2025 09:59
Status Failure
Total duration 6m 2s
Artifacts

node.js.yml

on: push
Matrix: Build-All-Plugins
Matrix: Run-all-Jest-Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Run-all-Jest-Tests (22.x)
Process completed with exit code 1.
Run-all-Jest-Tests (22.x): np.Templating/__tests__/web-api-tests.test.js#L70
Error: thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (/Users/runner/work/plugins/plugins/np.Templating/__tests__/web-api-tests.test.js:70:7) at Array.forEach (<anonymous>) at forEach (/Users/runner/work/plugins/plugins/np.Templating/__tests__/web-api-tests.test.js:69:14) at _dispatchDescribe (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/index.js:91:26) at describe (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/index.js:55:5) at describe (/Users/runner/work/plugins/plugins/np.Templating/__tests__/web-api-tests.test.js:68:3) at _dispatchDescribe (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/index.js:91:26) at describe (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/index.js:55:5) at Object.describe (/Users/runner/work/plugins/plugins/np.Templating/__tests__/web-api-tests.test.js:38:1) at Runtime._execModule (/Users/runner/work/plugins/plugins/node_modules/jest-runtime/build/index.js:1439:24) at Runtime._loadModule (/Users/runner/work/plugins/plugins/node_modules/jest-runtime/build/index.js:1022:12) at Runtime.requireModule (/Users/runner/work/plugins/plugins/node_modules/jest-runtime/build/index.js:882:12) at jestAdapter (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13) at processTicksAndRejections (node:internal/process/task_queues:105:5) at runTestInternal (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/testWorker.js:106:12)
Run-all-Jest-Tests (22.x): np.Templating/__tests__/date-module-timezone-working.test.js#L331
Error: expect(received).toBe(expected) // Object.is equality Expected: "2024-01-15" Received: "2024-01-16" at toBe (/Users/runner/work/plugins/plugins/np.Templating/__tests__/date-module-timezone-working.test.js:331:28) at Array.forEach (<anonymous>) at forEach (/Users/runner/work/plugins/plugins/np.Templating/__tests__/date-module-timezone-working.test.js:329:21) at Array.forEach (<anonymous>) at Object.forEach (/Users/runner/work/plugins/plugins/np.Templating/__tests__/date-module-timezone-working.test.js:325:19) at Promise.then.completed (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:316:40) at processTicksAndRejections (node:internal/process/task_queues:105:5) at _runTest (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:121:9) at run (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/testWorker.js:106:12)
Run-all-Jest-Tests (22.x): helpers/__tests__/note.test.js#L241
TypeError: Cannot read properties of undefined (reading 'length') at Object.length [as getNote] (/Users/runner/work/plugins/plugins/helpers/note.js:241:58) at Object.getNote (/Users/runner/work/plugins/plugins/helpers/__tests__/note.test.js:531:30) at Promise.then.completed (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:316:40) at processTicksAndRejections (node:internal/process/task_queues:105:5) at _runTest (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:121:9) at run (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/Users/runner/work/plugins/plugins/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/Users/runner/work/plugins/plugins/node_modules/jest-runner/build/testWorker.js:106:12)