We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce52d6 commit f5fd285Copy full SHA for f5fd285
packages/@apphosting/build/e2e/adapter-builds.spec.ts
@@ -21,6 +21,7 @@ if (!runId) {
21
const bundleYaml = posix.join(process.cwd(), "e2e", "runs", runId, ".apphosting", "bundle.yaml");
22
describe("supported framework apps", () => {
23
it("apps have bundle.yaml correctly generated", () => {
24
+ /* eslint-disable @typescript-eslint/no-unused-vars */
25
const bundle: OutputBundleConfig = parseYaml(readFileSync(bundleYaml, "utf8"));
26
27
assert.deepStrictEqual(scenarios.get(scenario).expectedBundleYaml.runConfig, bundle.runConfig);
0 commit comments