Make tidy-js

This commit is contained in:
Xavier Guimard 2016-02-29 22:43:40 +00:00
parent f3f8de0b4b
commit eee9dd47f7
4 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,4 @@ describe('Lemonldap::NG handler', function() {
expect(browser.driver.findElement(by.id('v-Additional-Arg')).getText()).toEqual('header-added');
});
});
});
});

View File

@ -9,4 +9,4 @@ describe('Lemonldap::NG auth mechanism', function() {
expect(browser.getCurrentUrl()).toMatch(new RegExp('^http://auth.example.com(:' + process.env.TESTWEBSERVERPORT + ')?'));
});
});
});

View File

@ -183,4 +183,4 @@
"timeout": 72000,
"userDB": "Demo",
"whatToTrace": "_whatToTrace"
}
}

View File

@ -92,4 +92,4 @@ describe('Lemonldap::NG Manager', function() {
}
});
});
});
});