Skip to content

Commit ed7c49b

Browse files
committed
cleaning formatting errors
1 parent 3969d79 commit ed7c49b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ import {
2727
OobCodeSession,
2828
resetEmulator
2929
} 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"/>
3430
const totp = require('totp-generator');
35-
//import * as totp from 'otpauth';
3631
interface IntegrationTestAuth extends Auth {
3732
cleanUp(): Promise<void>;
3833
}

0 commit comments

Comments
 (0)