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 3969d79 commit ed7c49bCopy full SHA for ed7c49b
packages/auth/test/helpers/integration/helpers.ts
@@ -27,12 +27,7 @@ import {
27
OobCodeSession,
28
resetEmulator
29
} from './emulator_rest_helpers';
30
-import * as config from '../../../../../config/project.json';
31
-
32
-//import * as otpauth from "https://deno.land/x/[email protected]/dist/otpauth.esm.js";
33
-//// <reference path="helpers.d.ts"/>
34
const totp = require('totp-generator');
35
-//import * as totp from 'otpauth';
36
interface IntegrationTestAuth extends Auth {
37
cleanUp(): Promise<void>;
38
}
0 commit comments