Skip to content

Commit ee7547a

Browse files
authored
INT-1763: Use BSON types in CRUD (#454)
* INT-1763: Use BSON types in CRUD * INT-1763: Add done to after callback
1 parent 39671aa commit ee7547a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,12 @@
103103
"hadron-action": "^0.1.0",
104104
"hadron-auto-update-manager": "^0.0.12",
105105
"hadron-compile-cache": "^0.3.0",
106-
"hadron-app-registry": "^1.0.0",
107-
"hadron-document": "^0.16.0",
106+
"hadron-app-registry": "^1.2.0",
107+
"hadron-document": "^0.17.0",
108108
"hadron-ipc": "^0.0.7",
109109
"hadron-module-cache": "^0.0.3",
110110
"hadron-package-manager": "0.1.0",
111111
"hadron-reflux-store": "^0.0.2",
112-
"hadron-type-checker": "^0.3.0",
113112
"highlight.js": "^8.9.1",
114113
"jquery": "^2.1.4",
115114
"keytar": "3.0.2",

test/compass-functional.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ describe('Compass #spectron', function() {
3434
});
3535
});
3636

37-
after(function() {
37+
after(function(done) {
3838
SpectronSupport.stopApplication(app);
39+
done();
3940
});
4041

4142
context('when working with the appication', function() {

0 commit comments

Comments
 (0)