fix(package): update pg-promise to version 6.3.0 (#3982)

* fix(package): update pg-promise to version 6.3.0

Closes #3954

* Restores PG adapter after tests that close the connection

* investigation

* Use isolated parse-server to not impeed on other specs

* Update PostgresInitOptions.spec.js
This commit is contained in:
Florent Vilmart
2017-07-02 14:29:54 -04:00
committed by GitHub
parent d8a257d951
commit f42ccba5b1
3 changed files with 47 additions and 37 deletions

View File

@@ -189,12 +189,7 @@ beforeEach(done => {
Parse.initialize('test', 'test', 'test');
Parse.serverURL = 'http://localhost:' + port + '/1';
done();
}, () => {
Parse.initialize('test', 'test', 'test');
Parse.serverURL = 'http://localhost:' + port + '/1';
// fail(JSON.stringify(error));
done();
})
}).catch(done.fail);
});
afterEach(function(done) {