Implement all component and redux tests

This commit is contained in:
2019-10-16 18:28:17 +02:00
parent ebb4f744b9
commit a97964db55
9 changed files with 204 additions and 18 deletions

View File

@@ -45,7 +45,9 @@
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/react-redux": "^7.1.4",
"@types/react-test-renderer": "^16.9.1",
"@types/redux": "^3.6.0",
"@types/redux-mock-store": "^1.0.1",
"@types/styled-components": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
@@ -56,6 +58,8 @@
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"pre-commit": "^1.2.2"
"pre-commit": "^1.2.2",
"react-test-renderer": "^16.10.2",
"redux-mock-store": "^1.5.3"
}
}