fix: set a max-len rule for eslint
This commit is contained in:
committed by
mrugesh mohapatra
parent
1c6df3649b
commit
1faa8dc0c1
@ -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();
|
||||
|
Reference in New Issue
Block a user