Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed May 22, 2024
1 parent 6aa73c9 commit b34562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/src/__tests__/diagnose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import {
diagnoseSendReport,
diagnoseSendReport_ZipFailed,
} from '@aws-amplify/amplify-e2e-core';
import { extract } from '@aws-amplify/amplify-cli-core';
import * as fs from 'fs-extra';
import * as path from 'path';
import glob from 'glob';
import extract from 'extract-zip';

const PARAMETERS_JSON = 'parameters.json';
const BUILD = 'build';
Expand Down

0 comments on commit b34562e

Please sign in to comment.