Skip to content

Commit 6204066

Browse files
committed
test(amplify-codegen-e2e-core): update snapshots
1 parent 1f125ac commit 6204066

File tree

2 files changed

+95
-20
lines changed

2 files changed

+95
-20
lines changed

packages/amplify-codegen-e2e-core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ declare global {
2222
const amplifyTestsDir = 'amplify-codegen-e2e-tests';
2323

2424
export function getCLIPath(testingWithLatestCodebase = false) {
25-
testingWithLatestCodebase = true;
2625
if (isCI() && !testingWithLatestCodebase) {
2726
return 'amplify';
2827
}

0 commit comments

Comments
 (0)