Add CircleCI badge and update npm test and npm test:watch

This commit is contained in:
Kyle Corbelli 2017-09-15 08:15:31 -07:00
parent 4580a218f6
commit 45a8349a48
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Redux Token Auth
[![CircleCI](https://circleci.com/gh/kylecorbelli/redux-token-auth.svg?style=shield)](https://circleci.com/gh/kylecorbelli/redux-token-auth)
<img src='https://ih1.redbubble.net/image.170071318.1044/ap,550x550,12x16,1,transparent,t.u4.png' height='500'>
This is going to be the raddest client-side solution for user authentication using React and Redux with a Rails backend that uses Devise...

View File

@ -5,7 +5,8 @@
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest --watch",
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc"
},
"repository": {