Skip to content

Commit a5ad66a

Browse files
Austioeddyerburgh
authored andcommitted
refactor: remove debugger from setComputed spec (vuejs#153)
1 parent 4275dd3 commit a5ad66a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/specs/mount/Wrapper/setComputed.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ describe('setComputed', () => {
66
it('sets component computed props and updates when called on Vue instance', () => {
77
const wrapper = mount(ComponentWithComputed)
88
expect(wrapper.text()).to.contain('message')
9-
debugger
109
wrapper.setComputed({ reversedMessage: 'custom' })
1110
expect(wrapper.text()).to.contain('custom')
1211
})

0 commit comments

Comments
 (0)