Skip to content

Commit 6d7dc17

Browse files
dlarocquetom-andersen
authored andcommitted
Disable extraneous import errors on violating lines in auth tests (#8363)
1 parent 3600648 commit 6d7dc17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/auth/test/helpers/integration/helpers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import * as sinon from 'sinon';
1919
import { FirebaseServerApp, deleteApp, initializeApp } from '@firebase/app';
20+
// eslint-disable-next-line import/no-extraneous-dependencies
2021
import { Auth, User } from '@firebase/auth';
2122

2223
import { getAuth, connectAuthEmulator } from '../../../'; // Use browser OR node dist entrypoint depending on test env.

packages/auth/test/integration/flows/totp.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import { expect, use } from 'chai';
1919
import chaiAsPromised from 'chai-as-promised';
2020
import sinonChai from 'sinon-chai';
21+
// eslint-disable-next-line import/no-extraneous-dependencies
2122
import {
2223
Auth,
2324
multiFactor,

0 commit comments

Comments
 (0)