Skip to content

Commit

Permalink
working on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 12, 2023
1 parent dde0098 commit 4abad20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/serializer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ test("It should properly update the input element when the serializer changes",
<rhino-editor input="input"></rhino-editor>
</div>`)

await aTimeout(0)

const rhinoEditor = div.querySelector("rhino-editor")
const input = div.querySelector("input")

Expand Down

0 comments on commit 4abad20

Please sign in to comment.