Skip to content
Snippets Groups Projects
Commit ecbd00a3 authored by Julia Friesel's avatar Julia Friesel
Browse files

Merge branch 'add-test-watch-mode' into 'master'

Add test watch npm script

See merge request bloodyhealth/drip!21
parents 77f8f0fd a90f2961
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment