Skip to content

Implement new '/Remove empty elements from recent notes' command #1194

Implement new '/Remove empty elements from recent notes' command

Implement new '/Remove empty elements from recent notes' command #1194

Triggered via pull request November 17, 2025 17:38
Status Failure
Total duration 5m 24s
Artifacts

node.js.yml

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

Annotations

10 errors
Run-all-Jest-Tests (25.x)
Process completed with exit code 1.
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L513
Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 4 at Object.toBe (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:513:40) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L426
Error: expect(received).not.toMatch(expected) Expected pattern: not /Empty Main Section/ Received string: "Empty Main Section Empty Subsection Another Section" at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:426:28) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L368
Error: expect(received).not.toMatch(expected) Expected pattern: not /Another Section/ Received string: "Main Section Subsection Some content under subsection Another Section" at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:368:28) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L307
Error: expect(received).toMatch(expected) Expected pattern: /^\nContent\n$/ Received string: "· Content· " at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:307:24) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L248
Error: expect(received).toMatch(expected) Expected pattern: /Line 1\n\nLine 5/ Received string: "Line 1··· Line 5" at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:248:24) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L168
Error: expect(received).not.toMatch(expected) Expected pattern: not /\n\s*\n/ Received string: "Note Title Normal text line A list item > Empty quote Final text line" at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:168:28) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (25.x): np.Tidy/__tests__/emptyBlocks.test.js#L158
Error: expect(received).not.toMatch(expected) Expected pattern: not /\n\s*\n\s*\n/ Received string: "Note Title Normal text line A list item > Empty quote Final text line" at Object.toMatch (/Users/runner/work/plugins/plugins/np.Tidy/__tests__/emptyBlocks.test.js:158:28) at processTicksAndRejections (node:internal/process/task_queues:103:5)
Run-all-Jest-Tests (24.x)
The strategy configuration was canceled because "Run-all-Jest-Tests._25_x" failed
Run-all-Jest-Tests (24.x)
The operation was canceled.