Skip to content

Commit 9660645

Browse files
committed
add ts-ignore for totp-generator.
1 parent c767b59 commit 9660645

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { getAuth, connectAuthEmulator } from '../../../'; // Use browser OR node
2323
import { _generateEventId } from '../../../src/core/util/event_id';
2424
import { getAppConfig, getEmulatorUrl } from './settings';
2525
import { resetEmulator } from './emulator_rest_helpers';
26+
// @ts-ignore - ignore types since this is only used in tests.
2627
import totp from 'totp-generator';
2728
interface IntegrationTestAuth extends Auth {
2829
cleanUp(): Promise<void>;

packages/auth/totp-generator.d.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)