Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 3, 2023
1 parent 0366b5c commit f4c187a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/amplify-e2e-tests/src/__tests__/auth_4c.test.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
import * as fs from 'fs-extra';
import {
initJSProjectWithProfile,
initAndroidProjectWithProfile,
initIosProjectWithProfile,
deleteProject,
amplifyPushAuth,
addFeatureFlag,
addAuthWithRecaptchaTrigger,
addAuthWithCustomTrigger,
addAuthWithSignInSignOutUrl,
updateAuthWithoutCustomTrigger,
updateAuthRemoveRecaptchaTrigger,
updateAuthSignInSignOutUrl,
createNewProjectDir,
deleteProjectDir,
getProjectMeta,
getAwsAndroidConfig,
getAwsIOSConfig,
getUserPool,
getUserPoolClients,
getLambdaFunction,
getFunction,
} from '@aws-amplify/amplify-e2e-core';
import _ from 'lodash';

const defaultsSettings = {
name: 'authTest',
Expand Down

0 comments on commit f4c187a

Please sign in to comment.