Skip to content

Commit c192d9e

Browse files
committed
chore: update test
1 parent 9dc93e3 commit c192d9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/setupTest.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,10 @@ Object.defineProperty(window, 'matchMedia', {
108108
dispatchEvent: jest.fn(),
109109
})),
110110
});
111+
112+
global.MathJax = {
113+
Hub: {
114+
Queue: jest.fn(),
115+
Config: jest.fn(),
116+
},
117+
};

0 commit comments

Comments
 (0)