Fix email-test.js in case no credentials.json found
This commit is contained in:
parent
0f4f6413d6
commit
e7735f0346
@ -16,7 +16,7 @@ describe('Email Integration Tests', function() {
|
||||
|
||||
let email, credentials, userId, origin;
|
||||
|
||||
before(() => {
|
||||
before(function() {
|
||||
try {
|
||||
credentials = require('../../credentials.json');
|
||||
} catch(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user