Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jest Go to TestNew to Visual Studio Code? Get it now.
Jest Go to Test

Jest Go to Test

Maxim Filimonov

|
1,739 installs
| (1) | Free
Switch between code and test in Jest
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jest Go to Test extension for VSCODE

Jump between code and test in projects using Jest.

Limitations

Only matches between component.js and component.test.js. PR's for more complicated matching are welcome!

Changes

  • 0.0.2 - Added support for typescript

Default keybinding:

  • Ctrl + Shift + y
  • Cmd + Shift + y (Mac)

Redine shortcuts:

In keybindings.json

  ...
	{
		"key": "shift-cmd-y",
		"command": "extension.jestGoToTest",
		"when": "editorFocus"
	}
	...
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft