#5211 run build step before tests

move build to its own file
This commit is contained in:
barisusakli
2016-11-18 12:01:33 +03:00
parent f1a933210b
commit e86db04631
4 changed files with 110 additions and 97 deletions

View File

@@ -553,7 +553,6 @@ describe('Controllers', function () {
assert.ifError(err);
assert.equal(res.statusCode, 200);
assert.equal(body, 'OK');
console.log(err, res.statusCode, body);
done();
});
});