remove psql references from circleci config and test suite
This commit is contained in:
parent
8f18d0685c
commit
316396f218
1 changed files with 11 additions and 11 deletions
|
@ -31,18 +31,18 @@ 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)
|
||||||
apiGameSpec(chai, knex, server)
|
// apiGameSpec(chai, knex, server)
|
||||||
|
|
||||||
});
|
// });
|
||||||
|
|
Loading…
Reference in a new issue