UNPKG

@sangaman/xud

Version:
8 lines (6 loc) 165 B
import dropTables from './dropTables'; import init from './init'; export default async (testDb?: boolean) => { await dropTables(testDb); await init(testDb); };