Niketa tools
Debug
place debugger
in your code and run yarn out
before debugging.
TODO
logging it doesn't work with niketa-theme
// pipenv run pytest tests/unit_tests/foo.py -v -rf --capture=no
Request Jest action
alt+w
Request lint action
ctrl+1
package.json
It will sort package.json
file
*.html files
Lint with pretty-html
Install
-
Install
Niketa
vscode extension -
Add
niketa
to your PATH by runningnpm i -g niketa
-
Run
niketa
in terminal -
In VSCode, go to Jest spec file and press
alt+w
to trigger Jest action -
After Jest is complete, you will receive coverage info in your VSCode
TODO
-
remove
any
-
Doesn't work with
magic-beans
as it usesexports.foo = foo
Jest version
Work with 25.4.0
onwards