Skip to content

Commit

Permalink
chore: remove redundant bundlePath var
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed Jun 26, 2024
1 parent b713a9f commit a9c6586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/getResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function runRequestTests(
requests: { [name: string]: RequestSpec },
rawReq: RawRequest,
): Promise<void> {
const bundlePath = rawReq.bundle.bundlePath;
for (const name in requests) {
let fail: boolean = true;
let message = `${name}: FAIL`;
Expand Down

0 comments on commit a9c6586

Please sign in to comment.