Add CircleCI badge and update npm test and npm test:watch
This commit is contained in:
parent
4580a218f6
commit
45a8349a48
|
@ -1,4 +1,7 @@
|
|||
# Redux Token Auth
|
||||
|
||||
[](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...
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user