Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Maxim-Filimonov/jest-go-to-test-vscode

 
 

Repository files navigation

Jest Go to Test extension for VSCODE

CircleCI

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"
	}
	...

About

Jest go to test vscode extension - based on the same extension for Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%