export async function setup() {
console.log('📝[vitest] globalSetup.')
}
export async function teardown() {
console.log('📝[vitest] globalTeardown')