Skip to content

Commit

Permalink
Merge branch 'develop' into improvement.change-language
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/views/LanguageView/index.js
  • Loading branch information
diegolmello committed Feb 11, 2020
2 parents 9438e57 + ebe36cd commit 90ceda6
Show file tree
Hide file tree
Showing 98 changed files with 11,900 additions and 8,037 deletions.
11 changes: 11 additions & 0 deletions __mocks__/@rocket.chat/ui-kit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default {
window: () => null
};

export const uiKitMessage = () => () => null;

export const uiKitModal = () => () => null;

export class UiKitParserMessage {}

export class UiKitParserModal {}
Loading

0 comments on commit 90ceda6

Please sign in to comment.