import Marked from '…/…/src/components/Marked.vue’
import { shallowMount } from '@vue/test-utils’
import { findTestWrapper } from ‘…/jestUtils/findTest’
describe(‘Marked组件’, () => {
it(‘Marked组件样式发生改变提示’, () => {
const wrapper = shallowMount(Marked)
console.log(wrapper)
expect(wrapper).toMatchSnapshot()
})
})
老师这是我项目的实际应用,快照能生成 但改变不会报错。请问是什么原因
自动化测试实战 Vue / React 项目,让技术水平和架构思维双提升
了解课程