import { createClient } from '../src/client' export const getTestClient = () => { return createClient() }