Skip to content

Commit

Permalink
test: remove .only πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 19, 2023
1 parent 522f8bf commit e2eaff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe.each(Object.entries(formats))(`%s`, (name, component) => {
`.trim())
})

it.only('can be updated with setProps', async () => {
it('can be updated with setProps', async () => {
await wrapper.setProps({
myProp: 'updated title'
})
Expand Down

0 comments on commit e2eaff3

Please sign in to comment.