Jump between code and test in projects using Jest.
Only matches between component.js
and component.test.js
.
PR's for more complicated matching are welcome!
- 0.0.2 - Added support for typescript
- Ctrl + Shift + y
- Cmd + Shift + y (Mac)
In keybindings.json
...
{
"key": "shift-cmd-y",
"command": "extension.jestGoToTest",
"when": "editorFocus"
}
...