Use pnpm instead of npm #73
+2,897
−4,686
Merged
Annotations
2 errors
|
|
|
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
|
The logs for this run have expired and are no longer available.
Loading