Merge remote-tracking branch 'origin/main' into fix/staging-gate-retry-and-admin-audit
# Conflicts: # docs/BUG_HISTORY.md # frontend/tests/admin-users-contract.test.ts
This commit is contained in:
@@ -41,5 +41,5 @@ test("admin_users migration is service-role-only and auditable", () => {
|
||||
test("legacy admin users route aliases handlers but declares runtime statically", () => {
|
||||
assert.match(usersSource, /export const runtime = "nodejs"/);
|
||||
assert.match(usersSource, /export \{ DELETE, GET, PATCH, POST, PUT \} from "\.\.\/customers\/route"/);
|
||||
assert.doesNotMatch(usersSource, /export \{[^}]*runtime[^}]*\} from/);
|
||||
assert.doesNotMatch(usersSource, /export \{[^}]*\bruntime\b[^}]*\} from/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user