added jest and a new test

This commit is contained in:
Ken
2019-01-31 16:10:49 -08:00
parent 23aa611fea
commit 260b6177fe
4 changed files with 3485 additions and 2 deletions

View File

@@ -5,17 +5,21 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --progress",
"build": "webpack --mode production"
"build": "webpack --mode production",
"test": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@types/redux": "^3.6.0",
"@types/react-redux": "^7.0.0",
"@types/redux": "^3.6.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.28.4",