Would you be open to a small change where the test file names display as relative paths?
When you try and command + click in a terminal you can't quickly open test files right now because the hyperlink is incorrect
See here where valueTypes/valueTypes.test.js links to `http://valueTypes/valueTypes.test.js
If the file path was printed like ./path-to/valueTypes/valueTypes.test.js it would be clickable and automagically open in your default IDE.
This would be a tiny lil change that would add a tiny lil DX boost.
Thanks for the lib its the best ❤️
Would you be open to a small change where the test file names display as relative paths?
When you try and
command + clickin a terminal you can't quickly open test files right now because the hyperlink is incorrectSee here where
valueTypes/valueTypes.test.jslinks to `http://valueTypes/valueTypes.test.jsIf the file path was printed like
./path-to/valueTypes/valueTypes.test.jsit would be clickable and automagically open in your default IDE.This would be a tiny lil change that would add a tiny lil DX boost.
Thanks for the lib its the best ❤️