Skip to content

Commit

Permalink
Disable extraneous import errors on violating lines in auth tests (#8363
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dlarocque authored Jul 16, 2024
1 parent f58d48c commit fd8bd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth/test/helpers/integration/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

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

import { getAuth, connectAuthEmulator } from '../../../'; // Use browser OR node dist entrypoint depending on test env.
Expand Down
1 change: 1 addition & 0 deletions packages/auth/test/integration/flows/totp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import { expect, use } from 'chai';
import chaiAsPromised from 'chai-as-promised';
import sinonChai from 'sinon-chai';
// eslint-disable-next-line import/no-extraneous-dependencies
import {
Auth,
multiFactor,
Expand Down

0 comments on commit fd8bd4b

Please sign in to comment.