Skip to content

Commit

Permalink
1) Added vue-advanced-chat component.
Browse files Browse the repository at this point in the history
2) Created `GameChatMessages` for displaying a SMS-like conversation
in-game.
3) Added tests for `GameChat Messages`.
  • Loading branch information
RobSpectre committed Apr 29, 2022
1 parent 4f6c658 commit 05c8e88
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 47 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
},
testEnvironment: 'jsdom',
setupFiles: [
'./tests/setupTests.js'
'./tests/setupTests.js',
'fake-indexeddb/auto'
],
setupFilesAfterEnv: [
'<rootDir>/jest.setup.js'
Expand Down
Loading

0 comments on commit 05c8e88

Please sign in to comment.