Skip to content

Commit db3abcd

Browse files
committed
stubbed out snackdispatch
1 parent a3f7835 commit db3abcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-ui/src/setupTests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ global.window = global.window || {};
4646
global.window.requestAnimationFrame = global.requestAnimationFrame =
4747
requestAnimationFrame;
4848
//global.window.addEventListener = global.addEventListener;
49+
50+
global.window.snackDispatch = vi.fn();

0 commit comments

Comments
 (0)