Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ae7b29cb
Commit
ae7b29cb
authored
Oct 23, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move correections tests into a separate file
parent
8c1e886a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
625 additions
and
612 deletions
+625
-612
karma.conf.js
karma.conf.js
+1
-0
spec/corrections.js
spec/corrections.js
+624
-0
spec/messages.js
spec/messages.js
+0
-344
spec/muc_messages.js
spec/muc_messages.js
+0
-268
No files found.
karma.conf.js
View file @
ae7b29cb
...
@@ -46,6 +46,7 @@ module.exports = function(config) {
...
@@ -46,6 +46,7 @@ module.exports = function(config) {
{
pattern
:
"
spec/chatbox.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/chatbox.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/user-details-modal.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/user-details-modal.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/messages.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/messages.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/corrections.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/receipts.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/receipts.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/muc_messages.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/muc_messages.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/mentions.js
"
,
type
:
'
module
'
},
{
pattern
:
"
spec/mentions.js
"
,
type
:
'
module
'
},
...
...
spec/corrections.js
0 → 100644
View file @
ae7b29cb
This diff is collapsed.
Click to expand it.
spec/messages.js
View file @
ae7b29cb
This diff is collapsed.
Click to expand it.
spec/muc_messages.js
View file @
ae7b29cb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment