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() {
|
||||
// setupDb();
|
||||
// describe('Auth Routes', function() {
|
||||
// // setupDb();
|
||||
|
||||
authSignupSpec(chai, knex, server);
|
||||
authLoginSpec(chai, knex, server);
|
||||
});
|
||||
// authSignupSpec(chai, knex, server);
|
||||
// authLoginSpec(chai, knex, server);
|
||||
// });
|
||||
|
||||
describe('API Routes', function() {
|
||||
// setupDb();
|
||||
// describe('API Routes', function() {
|
||||
// // setupDb();
|
||||
|
||||
apiIndexSpec(chai, knex, server)
|
||||
apiRoomSpec(chai, knex, server)
|
||||
apiGameSpec(chai, knex, server)
|
||||
// apiIndexSpec(chai, knex, server)
|
||||
// apiRoomSpec(chai, knex, server)
|
||||
// apiGameSpec(chai, knex, server)
|
||||
|
||||
});
|
||||
// });
|
||||
|
|
Loading…
Reference in a new issue