Skip to content

Commit 283f54c

Browse files
jxhhdxkagol
authored andcommitted
style: wrong eslint
1 parent 1c8537d commit 283f54c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/devui-vue/devui/pagination/__tests__/pagination.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const globalOption = {
1818
},
1919
};
2020
const ns = useNamespace('pagination', true);
21-
const selectNs = useNamespace('select', true);
2221

2322
describe('pagination: ', () => {
2423
it('test pageSize', async () => {

packages/devui-vue/devui/tree/__tests__/basic-tree/basic-tree.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { mount, VueWrapper } from '@vue/test-utils';
44
import { Tree } from '../../';
55
import { basicTreeData } from './basic-tree-data';
66
import { useNamespace } from '../../../shared/hooks/use-namespace';
7-
import { wait } from '../../../shared/utils';
87

98
jest.mock('../../../locale/create', () => ({
109
createI18nTranslate: () => jest.fn(),

0 commit comments

Comments
 (0)