We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f732fc commit 292e2bcCopy full SHA for 292e2bc
components/transfer/__tests__/index.test.js
@@ -3,6 +3,7 @@ import { renderToString } from '@vue/server-test-utils';
3
import Transfer from '..';
4
import Vue from 'vue';
5
import { asyncExpect } from '@/tests/utils';
6
+import mountTest from '../../../tests/shared/mountTest';
7
8
const listCommonProps = {
9
dataSource: [
@@ -87,6 +88,7 @@ const searchTransferProps = {
87
88
};
89
90
describe('Transfer', () => {
91
+ mountTest(Transfer);
92
it('should render correctly', () => {
93
const props = {
94
propsData: listCommonProps,
0 commit comments