fix(test-utils): fix main export error (#16504)

* 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 commit 38d163bfd4.

* Revert "test(components): [form] fix type error"

This reverts commit 635667602f.

* Revert "test(components): [virtual-list] fix type error"

This reverts commit feff85920d.

* Revert "refactor(test-utils): adjust main export"

This reverts commit 6cea407a35.

* fix(test-utils): fix export main error
This commit is contained in:
wzc520pyfm
2024-04-25 20:58:48 +08:00
committed by GitHub
parent f45f0b4368
commit 8ff556e658

View File

@@ -3,5 +3,5 @@
"version": "0.0.5",
"private": true,
"license": "MIT",
"main": "dist/index.js"
"main": "index.ts"
}