nodejs v4.2.1 with npm ^v3.9.0
npm grunt-cli -g
- checkout project
- cd project_root/
- npm i
- run
grunt
in ./dir,grunt-cli
must be installed globaly from npm
- run
wwb
in ./dir
- run
grunt jest
in ./dir, or 'jest' withjest-cli
- JSCS - yandex config
- ESLint - config in ./dir
- Idea Install NodeJS plugin. Create new Node.js configuration with parameters : Working directory : path to project dir java script file : node_modules/jest-cli/bin/jest.js App params : --runInBand After this put breakpoint and Debug new configuration.