Skip to content

Commit 46a4ef1

Browse files
committedJul 8, 2021
Fix yarn lint
1 parent 5e35357 commit 46a4ef1

File tree

2 files changed

+845
-785
lines changed

2 files changed

+845
-785
lines changed
 

‎src/auth/oauth/test/oauth.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ describe('validateAuthCallback', () => {
254254
fetchMock.mockResponse(JSON.stringify(successResponse));
255255

256256
// create new storage with broken storeCallback for validateAuthCallback to use
257-
/* eslint-disable-next-line require-atomic-updates */
258257
Context.SESSION_STORAGE = new CustomSessionStorage(
259258
() => Promise.resolve(false),
260259
() => Promise.resolve(session),

‎yarn.lock

+845-784
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.