Skip to content

Commit 01b0592

Browse files
committed
fixup: hopefully final test fixup
1 parent 3221166 commit 01b0592

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/compass-shell/src/plugin.spec.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ describe('CompassShellPlugin', function () {
1414
RuntimeMap.set('test', {
1515
eventEmitter: new EventEmitter(),
1616
terminate() {},
17+
evaluate() {
18+
return Promise.resolve({});
19+
},
1720
} as any);
1821

1922
await renderWithActiveConnection(<CompassShellPlugin runtimeId="test" />);

0 commit comments

Comments
 (0)