0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Something is up

This commit is contained in:
Scott Tolksdorf
2017-01-05 20:49:45 -05:00
parent 537a75b2ab
commit 3dc4c13178
8 changed files with 79 additions and 65 deletions

View File

@@ -1,17 +1,12 @@
const testing = require('./test.init.js');
const request = require('supertest-as-promised');
const app = require('../server.js')
const app = require('../server.js');
const apiPath = '/api/brew';
describe('/api/brew', () => {
before('Await DB', ()=>{
return require('db.js').connect();
});
describe('POST', () => {