feat(injecta): supported typed use and auto name use
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
projects: [
|
||||
'packages/injecta',
|
||||
],
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user