We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9533074 commit 6b70356Copy full SHA for 6b70356
tests/features/classComponent.spec.ts
@@ -93,7 +93,7 @@ describe('class component', () => {
93
expect(wrapper.vm.b).toBe(3)
94
})
95
96
- it.only('works with shallow mount and SFC', async () => {
+ it('works with shallow mount and SFC', async () => {
97
const wrapper = mount(ClassComponent, {
98
props: {
99
msg: 'Props Message'
0 commit comments