Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
fix test

update article-comments package version

revert changes

Trigger Build
  • Loading branch information
amerkadicE committed Jan 9, 2025
1 parent 6b70876 commit 027455d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Array [
"spot-im-clicked-settings",
"spot-im-user-notifications-click",
"spot-im-open-user-profile",
"spot-im-show-more-comments-clicked",
"spot-im-share-type",
"spot-im-renew-sso",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ it("should track when user clicks view more comments", () => {

const [[callParams]] = analyticsStream.mock.calls;
expect(callParams).toMatchSnapshot();
});
});

0 comments on commit 027455d

Please sign in to comment.