Fix MVP audit evidence pipeline
This commit is contained in:
@@ -33,6 +33,9 @@ test("settings page surfaces integration status instead of a placeholder", () =>
|
||||
assert.doesNotMatch(helperSource, /requiredEnv: \["TASK8_BROWSER_ASSET_URL"\]/);
|
||||
assert.match(helperSource, /requiredEnv: \["SCREENSHOTONE_API_KEY"\]/);
|
||||
assert.match(helperSource, /requiredEnv: \[\]/);
|
||||
assert.match(componentSource, /Next\.js-Runtime/);
|
||||
assert.match(componentSource, /Convex-Action-Env/);
|
||||
assert.match(helperSource, /Convex-Run-Events/);
|
||||
});
|
||||
|
||||
test("verification notes cover critical MVP flows", () => {
|
||||
|
||||
Reference in New Issue
Block a user