Raathigesh / majestic

⚡ Zero config GUI for Jest
MIT License
7.49k stars 173 forks source link

Is there a setting for root dir? #155

Open Lizhooh opened 5 years ago

Lizhooh commented 5 years ago

Is there a setting for root dir?

How to change the display start directory, I hope to start from tests.

Version Info

20190630184330

Raathigesh commented 5 years ago

You could run majestic in the tests folder directly so it will pick that as the root directory

Lizhooh commented 5 years ago

@Raathigesh

If you switch directories in npm script, you get this error.

"test": "cd src/tests && majestic --port 3008 --noOpen"

20190703112236

rmarmitt commented 2 years ago

Same