mediawiki-extensions-SearchVue/tests/jest/mocks/history.js
Simone Cuomo 5f308b27a7 Quick View: Add search results snippet to QuickView panel
- [x] Add snippets to QuickView
- [x] Add "Go to full article" link
- [x] Restore QuickView on Back button
- [x] Set Jest Mocks and configuration
- [x] Update unit tests

Bug: T311644
Change-Id: I2de94e97f6d2800f66b4fda0554e104aa16fcd75
2022-09-06 21:51:45 +01:00

3 行
79 B
JavaScript

window.history.pushState = jest.fn();
window.history.replaceState = jest.fn();