chore(lint): Correct linting errors in test files.

This commit is contained in:
Blade Barringer
2015-11-21 09:19:48 -06:00
parent f87d6d250a
commit 85a08f881b
4 changed files with 16 additions and 11 deletions

View File

@@ -218,8 +218,8 @@ export function resetHabiticaDB () {
});
}
function _requestMaker(user, method, additionalSets) {
const API_V = process.env.API_VERSION || 'v2'
function _requestMaker (user, method, additionalSets) {
const API_V = process.env.API_VERSION || 'v2'; // eslint-disable-line no-process-env
return (route, send, query) => {
return new Promise((resolve, reject) => {