Skip to content

Commit

Permalink
Update to latest skeletor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Feb 8, 2024
1 parent 4dcea51 commit 72e8ba7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@converse/openpromise": "^0.0.1",
"@converse/skeletor": "conversejs/skeletor#d018e3524a5fb41b152ef9b27c6297253292946a",
"@converse/skeletor": "conversejs/skeletor#870f20b464a5870db3c230f821b155d11093ce9d",
"dayjs": "^1.11.8",
"dompurify": "^2.3.1",
"filesize": "^10.0.7",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/muc-views/tests/muc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ describe("Groupchats", function () {
}));

it("allows the user to invite their roster contacts to enter the groupchat",
mock.initConverse(['chatBoxesFetched'], {'view_mode': 'fullscreen'}, async function (_converse) {
mock.initConverse(['chatBoxesFetched'], {'view_mode': 'overlayed'}, async function (_converse) {

// We need roster contacts, so that we have someone to invite
await mock.waitForRoster(_converse, 'current');
Expand Down

0 comments on commit 72e8ba7

Please sign in to comment.