remove psql references from circleci config and test suite
This commit is contained in:
parent
7b63a2f76d
commit
8f18d0685c
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ const setupDb = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('Auth Routes', function() {
|
describe('Auth Routes', function() {
|
||||||
setupDb();
|
// setupDb();
|
||||||
|
|
||||||
authSignupSpec(chai, knex, server);
|
authSignupSpec(chai, knex, server);
|
||||||
authLoginSpec(chai, knex, server);
|
authLoginSpec(chai, knex, server);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('API Routes', function() {
|
describe('API Routes', function() {
|
||||||
setupDb();
|
// setupDb();
|
||||||
|
|
||||||
apiIndexSpec(chai, knex, server)
|
apiIndexSpec(chai, knex, server)
|
||||||
apiRoomSpec(chai, knex, server)
|
apiRoomSpec(chai, knex, server)
|
||||||
|
|
Loading…
Reference in a new issue