Skip to content

Commit 93d1380

Browse files
committed
fix: update test infra
1 parent b3404e3 commit 93d1380

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/multiple-instance.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const data2 = {
2121
{
2222
id: 'child',
2323
topic: 'child',
24-
direction: 0,
24+
direction: 0 as 0 | 1 | undefined,
2525
},
2626
],
2727
},
-2.05 KB
Loading

0 commit comments

Comments
 (0)