|
|
|
Actually we are using jest to test react behaviour and you can launch tests with :
|
|
|
|
|
|
|
|
`yarn test` |
|
|
\ No newline at end of file |
|
|
|
`node_modules/.bin/jest`
|
|
|
|
|
|
|
|
If you want to watch changes on javascript part and launch specs use :
|
|
|
|
`node_modules/.bin/grunt` |
|
|
\ No newline at end of file |