mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 02:45:48 +03:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
export async function setup() {
|
|
console.log('📝[vitest] globalSetup.')
|
|
}
|
|
|
|
export async function teardown() {
|
|
console.log('📝[vitest] globalTeardown')
|
|
}
|