Skip to content

Commit

Permalink
updated: restore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 28, 2021
1 parent 8f8e537 commit b20784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/components-rendering.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('components rendering', () => {
component.unmount()
})

it.only('avoid recursive child parent infinite event lifecycle loops', () => {
it('avoid recursive child parent infinite event lifecycle loops', () => {
const element = document.createElement('issue-2895-parent')
const component = riot.component(Issue2895Parent)(element)

Expand Down

0 comments on commit b20784a

Please sign in to comment.