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 83309d8 commit 658b52cCopy full SHA for 658b52c
test/jest/install.test.js
@@ -1,7 +1,6 @@
1
const { emacsVersion, TestContext } = require("./helpers");
2
3
-jest.setTimeout(1000 * 60 * 10);
4
-jest.useRealTimers();
+jest.setTimeout(1000 * 60 * 10000);
5
6
describe("install and uninstall", () => {
7
describe("in ./install", () => {
test/jest/install/Eask
@@ -36,8 +36,8 @@
36
(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
37
38
;; Recipe install
39
-;; (depends-on "watch-cursor"
40
-;; :repo "jcs-elpa/watch-cursor" :fetcher 'github)
+(depends-on "watch-cursor"
+ :repo "jcs-elpa/watch-cursor" :fetcher 'github)
41
;; (depends-on "organize-imports-java"
42
;; :repo "jcs-elpa/organize-imports-java"
43
;; :fetcher 'github
0 commit comments