Skip to content

Commit d236986

Browse files
committed
fix: remove only in tests
1 parent c478782 commit d236986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shallowMount.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('shallowMount', () => {
2626
)
2727
})
2828

29-
it.only('stubs all components, but allows providing custom stub', () => {
29+
it('stubs all components, but allows providing custom stub', () => {
3030
const wrapper = mount(ComponentWithChildren, {
3131
shallow: true,
3232
global: {

0 commit comments

Comments
 (0)