Actually we are using jest to test react behaviour and you can launch tests with :
node_modules/.bin/jest
If you want to watch changes on javascript part and launch specs use :
node_modules/.bin/grunt
Actually we are using jest to test react behaviour and you can launch tests with :
node_modules/.bin/jest
If you want to watch changes on javascript part and launch specs use :
node_modules/.bin/grunt