1
+ diff --git a/package.json b/package.json
2
+ index 657a0b2..2339d14 100644
3
+ --- a/package.json
4
+ +++ b/package.json
5
+ @@ -92,7 +92,7 @@
6
+ "autocomplete-atom-api": "0.10.2",
7
+ "autocomplete-css": "0.17.2",
8
+ "autocomplete-html": "0.8.0",
9
+ - "autocomplete-plus": "2.35.7",
10
+ + "autocomplete-plus": "2.40.2",
11
+ "autocomplete-snippets": "1.11.0",
12
+ "autoflow": "0.29.0",
13
+ "autosave": "0.24.3",
1
14
diff --git a/spec/compile-cache-spec.js b/spec/compile-cache-spec.js
2
- index 246efe2..958f281 100644
15
+ index 530e6e0..7af4951 100644
3
16
--- a/spec/compile-cache-spec.js
4
17
+++ b/spec/compile-cache-spec.js
5
- @@ -108 ,7 +108 ,7 @@ describe('CompileCache', function () {
18
+ @@ -114 ,7 +114 ,7 @@ describe('CompileCache', function () {
6
19
waits(1)
7
20
return runs(function () {
8
21
error = new Error('Oops again')
@@ -11,7 +24,7 @@ index 246efe2..958f281 100644
11
24
return expect(Array.isArray(error.getRawStack())).toBe(true)
12
25
})
13
26
})
14
- @@ -120 ,7 +120 ,7 @@ describe('CompileCache', function () {
27
+ @@ -126 ,7 +126 ,7 @@ describe('CompileCache', function () {
15
28
Error.prepareStackTrace = originalPrepareStackTrace
16
29
17
30
const error = new Error('Oops')
@@ -20,7 +33,7 @@ index 246efe2..958f281 100644
20
33
return expect(Array.isArray(error.getRawStack())).toBe(true)
21
34
})
22
35
23
- @@ -133 ,7 +133 ,7 @@ describe('CompileCache', function () {
36
+ @@ -139 ,7 +139 ,7 @@ describe('CompileCache', function () {
24
37
}
25
38
26
39
const error = new Error('Oops')
@@ -30,10 +43,10 @@ index 246efe2..958f281 100644
30
43
return expect(Array.isArray(error.getRawStack())).toBe(true)
31
44
})
32
45
diff --git a/spec/config-spec.js b/spec/config-spec.js
33
- index ac5db8e..7566278 100644
46
+ index bd15672..b87615e 100644
34
47
--- a/spec/config-spec.js
35
48
+++ b/spec/config-spec.js
36
- @@ -1310 ,7 +1310 ,7 @@ foo:
49
+ @@ -1317 ,7 +1317 ,7 @@ foo:
37
50
expect(fs.existsSync(atom.config.configDirPath)).toBeTruthy()
38
51
expect(fs.existsSync(path.join(atom.config.configDirPath, 'packages'))).toBeTruthy()
39
52
expect(fs.isFileSync(path.join(atom.config.configDirPath, 'snippets.cson'))).toBeTruthy()
@@ -43,10 +56,10 @@ index ac5db8e..7566278 100644
43
56
})
44
57
})
45
58
diff --git a/spec/integration/helpers/start-atom.js b/spec/integration/helpers/start-atom.js
46
- index 6d5b6bb..795296d 100644
59
+ index 69927f1..9f25aee 100644
47
60
--- a/spec/integration/helpers/start-atom.js
48
61
+++ b/spec/integration/helpers/start-atom.js
49
- @@ -103 ,7 +103 ,12 @@ const buildAtomClient = function (args, env) {
62
+ @@ -111 ,7 +111 ,12 @@ const buildAtomClient = function (args, env) {
50
63
.windowHandles(cb)
51
64
}).addCommand('waitForPaneItemCount', function (count, timeout, cb) {
52
65
return this.waitUntil(function () {
0 commit comments