Add UserContext unit test for signup

This commit is contained in:
jwu-fisker
2021-01-06 18:22:33 -08:00
parent e9e2195b14
commit d812daa1ea
4 changed files with 200 additions and 76 deletions

View File

@@ -19,6 +19,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject"
},
"eslintConfig": {
@@ -41,5 +42,8 @@
},
"engines": {
"node": "12.20.1"
},
"devDependencies": {
"react-test-renderer": "^17.0.1"
}
}