Skip to content

Commit c8ecb7b

Browse files
committed
feat: Additional type updates in helper.ts
1 parent 82e0918 commit c8ecb7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/test-case-component/src/helpers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ function getIdeFlashDecorations({
141141
ide,
142142
lines,
143143
}: {
144-
ide?: {
145-
flashes?: { style: keyof typeof classesMap; range: RangeType }[];
146-
};
144+
ide?: PlainSpyIDERecordedValues;
147145
lines?: string[];
148146
} = {}): DecorationItem[] {
149147
if (!lines) {

0 commit comments

Comments
 (0)