mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-23 01:50:18 +03:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
|
export async function setup() {
|
||
|
console.log('📝[vitest] globalSetup2.')
|
||
|
}
|
||
|
|
||
|
export async function teardown() {
|
||
|
console.log('📝[vitest] globalTeardown')
|
||
|
}
|