MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / seedProdNoMfa

Function seedProdNoMfa

apps/api/tests/config/env/validate.test.ts:648–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646 env.NOTIFICATION_SETTINGS_URL = "";
647 expect(() => validateEnv(env)).not.toThrow();
648 });
649
650 it("allows http://localhost in development", () => {
651 // testEnv seed is already development with http://localhost values.
652 expect(() => validateEnv(testEnv)).not.toThrow();
653 });
654 });

Callers 1

validate.test.tsFile · 0.85

Calls 1

seedProdFunction · 0.85

Tested by

no test coverage detected