import {FaunaTestDb} from "fauna-test-setup"; module.exports = async ()=>{ const db = await FaunaTestDb(); }