Fix email-test.js in case no credentials.json found

This commit is contained in:
Tankred Hase 2016-06-01 09:05:02 +02:00
parent 0f4f6413d6
commit e7735f0346

View File

@ -16,7 +16,7 @@ describe('Email Integration Tests', function() {
let email, credentials, userId, origin;
before(() => {
before(function() {
try {
credentials = require('../../credentials.json');
} catch(e) {