Skip to content

Commit 94452fb

Browse files
committed
remove any
1 parent 1013caf commit 94452fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser-repl/src/components/shell.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('shell', function () {
114114
runtime={fakeRuntime}
115115
initialEvaluate={initialEvaluate}
116116
onOutputChanged={onOutputChanged}
117-
output={output as any}
117+
output={output}
118118
/>
119119
);
120120

@@ -140,7 +140,7 @@ describe('shell', function () {
140140
runtime={fakeRuntime}
141141
initialEvaluate={initialEvaluate}
142142
onOutputChanged={onOutputChanged}
143-
output={output as any}
143+
output={output}
144144
/>
145145
);
146146
// Make sure that it scrolls to the last added item

0 commit comments

Comments
 (0)