working commit tests

This commit is contained in:
John Mitchell
2018-11-30 10:19:24 -05:00
parent 12c8267b12
commit aab6aa4ef9
14 changed files with 108 additions and 149 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.jsx",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "jest --watchAll --coverage",
"test": "jest --watch --coverage",
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx"
},
"keywords": [],