fix: set a max-len rule for eslint

This commit is contained in:
Valeriy S
2019-02-22 16:38:45 +03:00
committed by mrugesh mohapatra
parent 1c6df3649b
commit 1faa8dc0c1
6 changed files with 20 additions and 1 deletions

View File

@ -161,6 +161,7 @@ describe('getSetAccessToken', () => {
});
describe('removeCookies', () => {
// eslint-disable-next-line max-len
it('removes four cookies set in the lifetime of an authenticated session', () => {
// expect.assertions(4);
const req = mockReq();