Skip to content

Use pnpm instead of npm (#73) #7

Use pnpm instead of npm (#73)

Use pnpm instead of npm (#73) #7

Triggered via push September 7, 2025 13:55
Status Failure
Total duration 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 1.
src/__tests__/basic.tsx > testEffect runs with owner: src/__tests__/basic.tsx#L232
AssertionError: expected { fn: undefined, state: 1, …(9) } to be { owned: null, cleanups: null, …(2) } // Object.is equality - Expected + Received { "cleanups": null, + "context": { + Symbol(error): [ + [Function anonymous], + ], + }, + "fn": undefined, + "owned": [ + { + "cleanups": null, + "context": { + Symbol(error): [ + [Function anonymous], + ], + }, + "fn": [Function anonymous], + "owned": null, + "owner": [Circular], + "pure": false, + "sourceSlots": null, + "sources": null, + "state": 0, + "updatedAt": 46, + "user": true, + "value": undefined, + }, + ], + "owner": { + "cleanups": null, + "context": null, + "owned": [ + [Circular], + ], + "owner": { + "cleanups": null, "context": null, "owned": null, "owner": null, + }, + }, + "pure": true, + "sourceSlots": null, + "sources": null, + "state": 1, + "updatedAt": null, + "value": undefined, } ❯ Object.fn src/__tests__/basic.tsx:232:35 ❯ runComputation node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:742:22 ❯ updateComputation node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:724:3 ❯ runTop node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:833:7 ❯ runUserEffects node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:943:36 ❯ node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:900:34 ❯ runUpdates node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:849:17 ❯ completeUpdates node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:900:17 ❯ runUpdates node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:850:5 ❯ Module.createRoot node_modules/.pnpm/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:203:12