We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6de38f commit 6dda01bCopy full SHA for 6dda01b
packages/auth/src/mfa/assertions/totp.test.ts
@@ -19,11 +19,7 @@ import { expect, use } from 'chai';
19
import chaiAsPromised from 'chai-as-promised';
20
21
import { mockEndpoint } from '../../../test/helpers/api/helper';
22
-import {
23
- testAuth,
24
- TestAuth,
25
- testUser
26
-} from '../../../test/helpers/mock_auth';
+import { testAuth, TestAuth, testUser } from '../../../test/helpers/mock_auth';
27
import * as mockFetch from '../../../test/helpers/mock_fetch';
28
import { Endpoint } from '../../api';
29
import { MultiFactorSessionImpl } from '../../mfa/mfa_session';
0 commit comments