Migrate index.js to use Typescript (#129)
* Migrate index.js to use Typescript * Fix tests
This commit is contained in:
parent
18d30b50bc
commit
d9532472eb
9 changed files with 326 additions and 101 deletions
|
@ -64,6 +64,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"core-js": "3.6.5",
|
||||
"mattermost-redux": "5.27.0",
|
||||
"react": "16.13.1",
|
||||
"react-redux": "7.2.0",
|
||||
"redux": "4.0.5",
|
||||
|
@ -107,7 +108,7 @@
|
|||
"jest-canvas-mock"
|
||||
],
|
||||
"setupFilesAfterEnv": [
|
||||
"<rootDir>/tests/setup.js"
|
||||
"<rootDir>/tests/setup.tsx"
|
||||
],
|
||||
"testURL": "http://localhost:8065"
|
||||
}
|
||||
|
|
Reference in a new issue