Skip to content

Commit 92e5245

Browse files
author
naman-contentstack
committed
updated test cases
1 parent 83f5436 commit 92e5245

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.talismanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ fileignoreconfig:
2828
checksum: b111cb55740d871a3031bc0214eb445239cd6f62ebbdd922eb34af47f0714a54
2929
- filename: src/generateTS/stack/builtins.ts
3030
checksum: de5f21a1e1a6e5672231671a275e2e0f97b3eea0f5de4651d827e5afa82dbb86
31+
- filename: tests/unit/tsgen/custom-field.test.ts
32+
checksum: e76d815eaed0481ed928430548bb1b70c392e13db0a712a1365a179997226795
3133
version: "1.0"

tests/unit/tsgen/custom-field.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("JSON RTE", () => {
2121
{
2222
_version?: number;
2323
title: string;
24-
custom_key_value_pair?: { value: { key: string; value: string }[] };
24+
custom_key_value_pair?: unknown;
2525
}"
2626
`);
2727
});

0 commit comments

Comments
 (0)