diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index fed0cda..355f777 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -7,6 +7,12 @@ "ios": "react-native run-ios", "start": "react-native start", "test": "jest --silent", + "testVerbose": "jest", + "testCoverage": "jest --coverage --silent", + "testActionCreators": "jest __tests__/Action-Creators-test.js --silent", + "testApp": "jest __tests__/App-test.js --silent", + "testMigrations": "jest __tests__/Migration-test.js --silent", + "testRepos": "jest __tests__/Repo-test.js --silent", "lint": "eslint ." }, "dependencies": {