mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
* refactor(test-utils): adjust main export * test(components): [virtual-list] fix type error * test(components): [form] fix type error * feat(test-utils): export make-mount-func * Revert "feat(test-utils): export make-mount-func" This reverts commit38d163bfd4
. * Revert "test(components): [form] fix type error" This reverts commit635667602f
. * Revert "test(components): [virtual-list] fix type error" This reverts commitfeff85920d
. * Revert "refactor(test-utils): adjust main export" This reverts commit6cea407a35
. * fix(test-utils): fix export main error
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"name": "@element-plus/test-utils",
|
|
"version": "0.0.5",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.ts"
|
|
}
|