Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatMapIO committed May 24, 2024
1 parent dd6c8b1 commit ee3d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presence.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Presence", () => {
<TestComponent show initial={false} animate={{opacity: 0.5}} />
))
expect(wrapper.container.outerHTML).toEqual(
`<div><div style="opacity: 0.5;" data-testid="child"></div></div>`,
`<div><div data-testid="child" style="opacity: 0.5;"></div></div>`,
)
})

Expand Down

0 comments on commit ee3d8fe

Please sign in to comment.