test(Form): add test cases of props
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { mount } from '../../../test';
|
||||
|
||||
export function mountForm(options) {
|
||||
return mount(options, { attachToDocument: true });
|
||||
}
|
||||
Reference in New Issue
Block a user