Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Dec 18, 2022
1 parent 7aae8d8 commit 07b103e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions axolotl-web/package-lock.json

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

4 changes: 2 additions & 2 deletions axolotl-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"file-saver": "^2.0.5",
"linkify-html": "^3.0.4",
"linkifyjs": "^3.0.4",
"linkify-html": "^4.0.2",
"linkifyjs": "^4.0.2",
"moment": "^2.29.4",
"qrcode": "1.5.1",
"vue": "^3.2.41",
Expand Down
2 changes: 1 addition & 1 deletion axolotl-web/tests/unit/components/Message.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('Message.vue', () => {
})

test('renders message with html entities escaped', () => {
const expected = 'I <3 Axolotl'
const expected = 'I &lt;3 Axolotl'
const msg = {
ID: 'test',
Message: 'I <3 Axolotl',
Expand Down

0 comments on commit 07b103e

Please sign in to comment.