Add tree explorer tree node test

This commit is contained in:
huchenlei
2024-08-31 20:52:15 -04:00
committed by Chenlei Hu
parent bc7da487e8
commit 5383f97eba
3 changed files with 41 additions and 1 deletions

View File

@@ -11,5 +11,10 @@ export default defineConfig({
coverage: {
reporter: ['text', 'json', 'html']
}
},
resolve: {
alias: {
'@': '/src'
}
}
})