Skip to content

Commit cb6d7f8

Browse files
committed
investigation
1 parent 6b24703 commit cb6d7f8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

spec/helper.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,7 @@ beforeEach(done => {
191191
Parse.initialize('test', 'test', 'test');
192192
Parse.serverURL = 'http://localhost:' + port + '/1';
193193
done();
194-
}, () => {
195-
Parse.initialize('test', 'test', 'test');
196-
Parse.serverURL = 'http://localhost:' + port + '/1';
197-
// fail(JSON.stringify(error));
198-
done();
199-
})
194+
}).catch(done.fail);
200195
});
201196

202197
afterEach(function(done) {

0 commit comments

Comments
 (0)