Skip to content

Commit 0a0c8aa

Browse files
committed
fix a mistake AI did not catch
1 parent 40d8ddf commit 0a0c8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@apphosting/build/e2e/adapter-builds.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import fsExtra from "fs-extra";
66
import { parse as parseYaml } from "yaml";
77

88
const { readFileSync } = fsExtra;
9+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
910
const { OutputBundleConfig } = pkg;
1011

1112
const scenario = process.env.SCENARIO;
@@ -21,7 +22,6 @@ if (!runId) {
2122
const bundleYaml = posix.join(process.cwd(), "e2e", "runs", runId, ".apphosting", "bundle.yaml");
2223
describe("supported framework apps", () => {
2324
it("apps have bundle.yaml correctly generated", () => {
24-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2525
const bundle: OutputBundleConfig = parseYaml(readFileSync(bundleYaml, "utf8"));
2626

2727
assert.deepStrictEqual(scenarios.get(scenario).expectedBundleYaml.runConfig, bundle.runConfig);

0 commit comments

Comments
 (0)