Merge branch 'add-test-watch-mode' into 'master'
Add test watch npm script See merge request bloodyhealth/drip!21
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"android": "./node_modules/.bin/react-native run-android",
|
"android": "./node_modules/.bin/react-native run-android",
|
||||||
"log": "./node_modules/.bin/react-native log-android | grep -v 'Warning: isMounted(...) is deprecated'",
|
"log": "./node_modules/.bin/react-native log-android | grep -v 'Warning: isMounted(...) is deprecated'",
|
||||||
"test": "mocha --recursive --require babel-core/register test && npm run lint",
|
"test": "mocha --recursive --require babel-core/register test && npm run lint",
|
||||||
|
"test-watch": "mocha --recursive --require babel-core/register --watch test",
|
||||||
"lint": "eslint app test"
|
"lint": "eslint app test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user