test(Form): add test cases of props

This commit is contained in:
陈嘉涵
2020-02-13 19:59:10 +08:00
parent 4e21be94c2
commit 2970599c27
6 changed files with 191 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
import { mount } from '../../../test';
export function mountForm(options) {
return mount(options, { attachToDocument: true });
}