import { register } from '~/global/index.global' export async function setup() { await register() } export async function teardown() {}