Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.js.SDK
Commits
ccbe3cde
Commit
ccbe3cde
authored
Jul 26, 2018
by
Tim Kinnane
Browse files
build(dist): Commit case changes to dist files
Also fixed test fail due to join room array order
parent
be6855e3
Changes
4
Hide whitespace changes
Inline
Side-by-side
dist/lib/
D
river.d.ts
→
dist/lib/
d
river.d.ts
View file @
ccbe3cde
File moved
dist/lib/
D
river.js
→
dist/lib/
d
river.js
View file @
ccbe3cde
File moved
dist/lib/
D
river.js.map
→
dist/lib/
d
river.js.map
View file @
ccbe3cde
File moved
src/lib/driver.spec.ts
View file @
ccbe3cde
...
...
@@ -388,7 +388,7 @@ describe('driver', () => {
await
driver
.
connect
()
await
driver
.
login
()
await
driver
.
joinRooms
([
'
general
'
,
tName
])
expect
(
driver
.
joinedIds
).
to
.
eql
([
'
GENERAL
'
,
tId
])
expect
(
driver
.
joinedIds
).
to
.
have
.
members
([
'
GENERAL
'
,
tId
])
})
})
})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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