Skip to content

Commit 3e64783

Browse files
author
Kaushik Shetty
committed
fix: update tests and build
1 parent 47361a5 commit 3e64783

File tree

5 files changed

+9
-9952
lines changed

5 files changed

+9
-9952
lines changed

__test__/data/testData.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
"data_type": "text",
567567
"display_name": "Single line textbox",
568568
"uid": "single_line",
569+
"$uid": "group.single_line",
569570
"field_metadata": {
570571
"description": "",
571572
"default_value": ""
@@ -580,18 +581,21 @@
580581
}
581582
],
582583
"uid": "group",
584+
"$uid": "group",
583585
"multiple": true,
584586
"mandatory": false,
585587
"unique": false
586588
}
587589
],
588590
"uid": "group",
591+
"$uid": "group",
589592
"multiple": false,
590593
"mandatory": false,
591594
"unique": false
592595
}
593596
],
594597
"uid": "group1",
598+
"$uid": "group1",
595599
"multiple": false,
596600
"mandatory": false,
597601
"unique": false

__test__/fieldModifierLocation/entry.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe("FieldModifierLocationEntry", () => {
2929
schema: {
3030
display_name: "sample_schema_name",
3131
uid: "sample_schema_uid",
32+
$uid: "sample_schema_uid",
3233
data_type: "text",
3334
},
3435
value: {},

0 commit comments

Comments
 (0)