fix(ci): Fix lint errors thrown in CI
This commit is contained in:
committed by
mrugesh mohapatra
parent
3f25ed051d
commit
c0104faa38
@@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user