Skip to content

Commit

Permalink
ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarker committed Jan 4, 2025
1 parent 031325f commit 16ed742
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ describe("metadata", () => {
const btn = view.el.querySelector("button");
let meta = {};
stubViewPushEvent(view, (type, el, target, phxEvent, metadata, _opts) => {
console.log("OUTER META", meta);
console.log("INNER META", metadata);
meta = metadata;
console.log("OUTER META POST ASSIGN", meta);
});
btn.dispatchEvent(new Event("click", { bubbles: true }));

Expand Down

0 comments on commit 16ed742

Please sign in to comment.