1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-24 10:30:37 +03:00
VueTorrent/vitest/setup.ts

8 lines
161 B
TypeScript
Raw Normal View History

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