Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jan 12, 2025
1 parent 6098aa7 commit ec15c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/test/view_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ describe("Custom Event Hook", function() {
s: ["<div id=\"one\" phx-custom-events=\"my_event\"></div>"],
fingerprint: 123
},
liveview_version: require("../package.json").version
liveview_version
})

expect(view.el.outerHTML).toContain("Phoenix.CustomEvent")
Expand Down

0 comments on commit ec15c0b

Please sign in to comment.