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 16c58aa commit 83309d8Copy full SHA for 83309d8
test/jest/install.test.js
@@ -1,6 +1,7 @@
1
const { emacsVersion, TestContext } = require("./helpers");
2
3
jest.setTimeout(1000 * 60 * 10);
4
+jest.useRealTimers();
5
6
describe("install and uninstall", () => {
7
describe("in ./install", () => {
0 commit comments