Update SearchResultListItemBlueprint snapshot

The inline snapshot was stale after the PortableSchema internal
representation changed to use lazy schema and _fields structure.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-10 14:42:40 +02:00
parent fe8473b5f1
commit 27f6fb30e7
@@ -45,18 +45,15 @@ describe('SearchResultListItemBlueprint', () => {
"input": "items",
},
"configSchema": {
"parse": [Function],
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"noTrack": {
"default": false,
"type": "boolean",
},
"_fields": {
"noTrack": {
"required": false,
"toJsonSchema": [Function],
"validate": [Function],
},
"type": "object",
},
"parse": [Function],
"schema": [Function],
},
"disabled": false,
"factory": [Function],