mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
chore: remove jest
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export default '';
|
@@ -1 +0,0 @@
|
||||
export default {};
|
@@ -1,5 +0,0 @@
|
||||
export default jest.fn().mockImplementation(() => ({
|
||||
postMessage: jest.fn(),
|
||||
onmessage: jest.fn(),
|
||||
onerror: jest.fn(),
|
||||
}));
|
@@ -1,16 +0,0 @@
|
||||
// import { mount } from '@vue/test-utils';
|
||||
// import { Button } from '/@/components/Button';
|
||||
|
||||
test('if jest is normal.', async () => {
|
||||
expect('jest').toEqual('jest');
|
||||
});
|
||||
|
||||
// TODO Vue component testing is not supported temporarily
|
||||
// test('is a Vue instance.', async () => {
|
||||
// const wrapper = mount(Button, {
|
||||
// slots: {
|
||||
// default: 'Button text',
|
||||
// },
|
||||
// });
|
||||
// expect(wrapper.html()).toContain('Button text');
|
||||
// });
|
Reference in New Issue
Block a user