mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Remove unused line
This commit is contained in:
parent
c120c58dda
commit
9eeaf5989e
@ -2,8 +2,6 @@ import { mount } from '@vue/test-utils';
|
||||
import Previewer from '@/common/Previewer';
|
||||
import * as mockedSkinview3d from '../../__mocks__/skinview3d';
|
||||
|
||||
jest.mock('skinview3d');
|
||||
|
||||
test('initialize skinview3d', () => {
|
||||
const wrapper = mount(Previewer);
|
||||
expect(wrapper.vm.viewer).toBeInstanceOf(mockedSkinview3d.SkinViewer);
|
||||
|
Loading…
Reference in New Issue
Block a user