Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Upadhyay committed Oct 19, 2022
1 parent 7e44e03 commit 0618e9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 8 additions & 2 deletions packages/amplify-e2e-tests/src/__tests__/hooks-a.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import {
addFunction, amplifyPullNonInteractive, amplifyPushAuth, createNewProjectDir,
addFunction,
amplifyPullNonInteractive,
amplifyPushAuth,
createNewProjectDir,
deleteProject,
deleteProjectDir,
getBackendAmplifyMeta, getHooksDirPath, initJSProjectWithProfile, transformCurrentProjectToGitPulledProject,
getBackendAmplifyMeta,
getHooksDirPath,
initJSProjectWithProfile,
transformCurrentProjectToGitPulledProject,
} from '@aws-amplify/amplify-e2e-core';
import * as fs from 'fs-extra';
import * as path from 'path';
Expand Down
7 changes: 5 additions & 2 deletions packages/amplify-e2e-tests/src/__tests__/hooks-b.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import {
addFunction, createNewProjectDir,
addFunction,
createNewProjectDir,
deleteProject,
deleteProjectDir, getHooksDirPath, initJSProjectWithProfile,
deleteProjectDir,
getHooksDirPath,
initJSProjectWithProfile,
} from '@aws-amplify/amplify-e2e-core';
import * as fs from 'fs-extra';
import * as path from 'path';
Expand Down

0 comments on commit 0618e9b

Please sign in to comment.