1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-23 18:10:53 +03:00
VueTorrent/vitest/setup.ts

8 lines
160 B
TypeScript
Raw Normal View History

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