fix(ci): Fix lint errors thrown in CI

This commit is contained in:
Bouncey
2019-02-16 13:51:46 +00:00
committed by mrugesh mohapatra
parent 3f25ed051d
commit c0104faa38
3 changed files with 56 additions and 62 deletions

View File

@@ -1,3 +1,4 @@
/* global describe xdescribe it expect */
import { isWhiteListedPath } from './jwt-authorization';
describe('jwt-authorization', () => {
@@ -25,5 +26,5 @@ describe('jwt-authorization', () => {
});
});
xdescribe('authorizeByJWT')
xdescribe('authorizeByJWT');
});