refactor(audio,stage-ui): simplify code

This commit is contained in:
Neko Ayaka
2026-08-07 04:36:50 +08:00
parent 8df21d09d6
commit c124e0147d
7 changed files with 95 additions and 120 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
include: ['src/**/*.test.ts'],
},
})