All DevExtreme Vue components that have nested components cannot pass tests with mount. See the attached example based on Vue 2
Steps:
1 run npm i
2. run yarn test:unit
.
Actual Results:
Only a test with DxButton passes. The second test with DxForm throws an exception.
Expected Results:
Both tests should be passed