f353fe8611
Couldn't handle messages with no "from" attribute. Some refactoring to add code that checks if a messages is a headline to the utils module. Updated tests. Add sinon so that we can test returned value of spy.
32 lines
540 B
Plaintext
32 lines
540 B
Plaintext
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"indent": 4,
|
|
"jquery": false,
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"white": false,
|
|
"predef": [
|
|
"afterEach",
|
|
"beforeEach",
|
|
"converse_api",
|
|
"define",
|
|
"define",
|
|
"describe",
|
|
"expect",
|
|
"global",
|
|
"it",
|
|
"jasmine",
|
|
"sinon",
|
|
"module",
|
|
"require",
|
|
"runs",
|
|
"spyOn",
|
|
"xit",
|
|
"waits"
|
|
]
|
|
}
|