Skip to content

Commit 1629b93

Browse files
committed
remove comment
1 parent 9d220d6 commit 1629b93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/auth/src/api/index.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ describe('api/_performApiRequest', () => {
313313
afterEach(mockFetch.tearDown);
314314

315315
it('should have referrerPolicy set', async () => {
316-
/* eslint-disable no-var */
317316
let referrerPolicySet: boolean = false;
318317
mockFetch.setUpWithOverride(
319318
(input: RequestInfo | URL, request?: RequestInit) => {
@@ -340,7 +339,6 @@ describe('api/_performApiRequest', () => {
340339

341340
it('should not have referrerPolicy set on Cloudflare workers', async () => {
342341
sinon.stub(utils, 'isCloudflareWorker').returns(true);
343-
/* eslint-disable no-var */
344342
let referrerPolicySet: boolean = false;
345343
mockFetch.setUpWithOverride(
346344
(input: RequestInfo | URL, request?: RequestInit) => {

0 commit comments

Comments
 (0)