Skip to content

Commit 6b70356

Browse files
committed
tests: remove only
1 parent 9533074 commit 6b70356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/classComponent.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('class component', () => {
9393
expect(wrapper.vm.b).toBe(3)
9494
})
9595

96-
it.only('works with shallow mount and SFC', async () => {
96+
it('works with shallow mount and SFC', async () => {
9797
const wrapper = mount(ClassComponent, {
9898
props: {
9999
msg: 'Props Message'

0 commit comments

Comments
 (0)