Browse Source

added unit test scripts

pull/1/head
Tim Glasgow 2 years ago
parent
commit
237b1055e5
  1. 6
      squarenotsquare/package.json

6
squarenotsquare/package.json

@ -7,6 +7,12 @@
"ios": "react-native run-ios", "ios": "react-native run-ios",
"start": "react-native start", "start": "react-native start",
"test": "jest --silent", "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 ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {

Loading…
Cancel
Save