Skip to content

Commit f5fd285

Browse files
committed
disable eslint
1 parent 5ce52d6 commit f5fd285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if (!runId) {
2121
const bundleYaml = posix.join(process.cwd(), "e2e", "runs", runId, ".apphosting", "bundle.yaml");
2222
describe("supported framework apps", () => {
2323
it("apps have bundle.yaml correctly generated", () => {
24+
/* eslint-disable @typescript-eslint/no-unused-vars */
2425
const bundle: OutputBundleConfig = parseYaml(readFileSync(bundleYaml, "utf8"));
2526

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

0 commit comments

Comments
 (0)