fix(editor): update/delete use full composite PK in WHERE clause #805
Annotations
8 errors
|
test
Process completed with exit code 1.
|
|
tests/utils/tabCleaner.test.ts > tabCleaner > restoreTabFromStorage > should handle round-trip: clean then restore:
tests/utils/tabCleaner.test.ts#L350
AssertionError: expected undefined to be 'product_id' // Object.is equality
- Expected:
"product_id"
+ Received:
undefined
❯ tests/utils/tabCleaner.test.ts:350:33
|
|
tests/utils/tabCleaner.test.ts > tabCleaner > restoreTabFromStorage > should handle empty object with all defaults:
tests/utils/tabCleaner.test.ts#L239
AssertionError: expected undefined to be null
- Expected:
null
+ Received:
undefined
❯ tests/utils/tabCleaner.test.ts:239:33
|
|
tests/utils/tabCleaner.test.ts > tabCleaner > restoreTabFromStorage > should handle minimal tab data with defaults:
tests/utils/tabCleaner.test.ts#L226
AssertionError: expected undefined to be null
- Expected:
null
+ Received:
undefined
❯ tests/utils/tabCleaner.test.ts:226:33
|
|
tests/utils/tabCleaner.test.ts > tabCleaner > cleanTabForStorage > should handle null values for optional fields:
tests/utils/tabCleaner.test.ts#L77
AssertionError: expected undefined to be null
- Expected:
null
+ Received:
undefined
❯ tests/utils/tabCleaner.test.ts:77:32
|
|
tests/utils/tabCleaner.test.ts > tabCleaner > cleanTabForStorage > should preserve persistent fields:
tests/utils/tabCleaner.test.ts#L41
AssertionError: expected undefined to be 'id' // Object.is equality
- Expected:
"id"
+ Received:
undefined
❯ tests/utils/tabCleaner.test.ts:41:32
|
|
tests/utils/multiResult.test.ts > multiResult > createResultEntries > should set all entries to loading state:
tests/utils/multiResult.test.ts#L68
AssertionError: expected undefined to be null
- Expected:
null
+ Received:
undefined
❯ tests/utils/multiResult.test.ts:68:32
|
|
tests/utils/editor.test.ts > editor > createInitialTabState > should create a console tab with default values:
tests/utils/editor.test.ts#L48
AssertionError: expected { id: 'qnpxysy', …(12) } to match object { title: 'Console', …(11) }
(2 matching properties omitted from actual)
- Expected
+ Received
@@ -4,11 +4,10 @@
"error": "",
"executionTime": null,
"isEditorOpen": true,
"isLoading": false,
"page": 1,
- "pkColumn": null,
"query": "",
"result": null,
"title": "Console",
"type": "console",
}
❯ tests/utils/editor.test.ts:48:19
|