We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e300a commit a9064e7Copy full SHA for a9064e7
1 file changed
vis/test/component/modals.test.js
@@ -84,6 +84,8 @@ const setup = (overrideModalsObject = {}, overrideStoreObject = {}) => {
84
};
85
86
describe("Modals component", () => {
87
+ jest.useFakeTimers().setSystemTime(new Date("2021-01-01").getTime());
88
+
89
let container = null;
90
beforeEach(() => {
91
container = document.createElement("div");
0 commit comments