import {J} from "../../utils"; import { obAuthAcctsApiTests } from "./auth"; export const obAuthApiTests = () => J.desc("OB Authentication Api",() => { obAuthAcctsApiTests(); });