Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a4a9b5

Browse files
committedDec 6, 2022
add ts-ignore for totp-generator.
1 parent c767b59 commit 4a4a9b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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
2627
import totp from 'totp-generator';
2728
interface IntegrationTestAuth extends Auth {
2829
cleanUp(): Promise<void>;

0 commit comments

Comments
 (0)
Please sign in to comment.