合同小程序后台管理系统前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
444 B

3 months ago
  1. // import { mount } from '@vue/test-utils';
  2. // import { Button } from '/@/components/Button';
  3. test('if jest is normal.', async () => {
  4. expect('jest').toEqual('jest');
  5. });
  6. // TODO Vue component testing is not supported temporarily
  7. // test('is a Vue instance.', async () => {
  8. // const wrapper = mount(Button, {
  9. // slots: {
  10. // default: 'Button text',
  11. // },
  12. // });
  13. // expect(wrapper.html()).toContain('Button text');
  14. // });