mirror of https://github.com/vuejs/core.git
chore: add recommendations extensions vitest (#11610)
This commit is contained in:
parent
c96ec67c87
commit
c66a362f50
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"recommendations": ["vitest.explorer"]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
import { defineWorkspace } from 'vitest/config'
|
||||
|
||||
export default defineWorkspace([
|
||||
'./vitest.unit.config.ts',
|
||||
'./vitest.e2e.config.ts',
|
||||
])
|
Loading…
Reference in New Issue