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

Add test watch npm script

parent 77f8f0fd
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
"android": "./node_modules/.bin/react-native run-android",
"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-watch": "mocha --recursive --require babel-core/register --watch test",
"lint": "eslint app test"
},
"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