mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
|
import { defineWorkspace } from 'vitest/config'
|
||
|
|
||
|
export default defineWorkspace(['./vitest.config.mts'])
|