Skip to content

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

Notifications You must be signed in to change notification settings

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

No packages published

Languages

  • TypeScript 100.0%