Rename serverPush to pushFromServer #996
node.js.yml
on: push
Matrix: Build-All-Plugins
Matrix: Run-all-Jest-Tests
Annotations
9 errors
|
Run-all-Jest-Tests (22.x)
Process completed with exit code 1.
|
|
Run-all-Jest-Tests (22.x):
helpers/__tests__/teamspace.test.js#L35
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 2
Object {
- "filename": "20250422.md",
- "isTeamspace": true,
- "teamspaceID": "c484b190-77dd-4d40-a05c-e7d7144f24e1",
+ "filename": "%%Supabase%%/c484b190-77dd-4d40-a05c-e7d7144f24e1/20250422.md",
+ "isTeamspace": false,
}
at Object.toEqual (/Users/runner/work/plugins/plugins/helpers/__tests__/teamspace.test.js:35:22)
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)
|
|
Run-all-Jest-Tests (22.x):
dwertheimer.Favorites/__tests__/NPFavorites.test.js#L336
Error: expect(received).toBeUndefined()
Received: "true"
at Object.toBeUndefined (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/__tests__/NPFavorites.test.js:336:56)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
Run-all-Jest-Tests (22.x):
dwertheimer.Favorites/__tests__/NPFavorites.test.js#L316
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: undefined
at Object.toEqual (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/__tests__/NPFavorites.test.js:316:56)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
Run-all-Jest-Tests (22.x):
dwertheimer.Favorites/__tests__/NPFavorites.test.js#L295
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
at Object.toBe (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/__tests__/NPFavorites.test.js:295:71)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
Run-all-Jest-Tests (22.x):
dwertheimer.Favorites/__tests__/NPFavorites.test.js#L276
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "Please select a Project Note in Editor first."
Received: "This file is not a Favorite! Use /fave to make it one."
Number of calls: 1
at Object.toHaveBeenCalledWith (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/__tests__/NPFavorites.test.js:276:29)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
Run-all-Jest-Tests (22.x):
dwertheimer.Favorites/__tests__/NPFavorites.test.js#L47
TypeError: Cannot use 'in' operator to search for 'insertParagraph' in null
at Object.get (/Users/runner/work/plugins/plugins/__mocks__/Editor.mock.js:47:13)
at insertParagraph (/Users/runner/work/plugins/plugins/helpers/note.js:72:12)
at Object.setFavorite (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/src/NPFavorites.js:52:17)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/runner/work/plugins/plugins/dwertheimer.Favorites/__tests__/NPFavorites.test.js:102:9)
|
|
Run-all-Jest-Tests (22.x):
helpers/__tests__/dateTime.test.js#L1059
Error: expect(received).toEqual(expected) // deep equality
Expected: "2025-W01"
Received: "%%Supaba"
at Object.toEqual (/Users/runner/work/plugins/plugins/helpers/__tests__/dateTime.test.js:1059:22)
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)
|
|
Run-all-Jest-Tests (22.x):
helpers/__tests__/dateTime.test.js#L1055
Error: expect(received).toEqual(expected) // deep equality
Expected: "20250422"
Received: "%%Supaba"
at Object.toEqual (/Users/runner/work/plugins/plugins/helpers/__tests__/dateTime.test.js:1055:22)
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)
|