niketa
v1.10.4
Published
niketa
Downloads
8
Readme
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 extensionAdd
niketa
to your PATH by runningnpm i -g niketa
Run
niketa
in terminalIn VSCode, go to Jest spec file and press
alt+w
to trigger Jest actionAfter 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