Skip to content

Commit 40d8ddf

Browse files
committed
please disable this lint check
1 parent 68015cb commit 40d8ddf

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
@@ -21,7 +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-next-line @typescript-eslint/no-unused-vars */
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)