I have a mono repo, @web/test-runner is a dev dep in the root package,json file I tests in multiple packages, so the installation of @web/test-runner is hoisted to the root of the mono repo.
Using the code lens to trigger a test run results a terminal opened with a cd to the directory for the package, and attempts to invoke the test runner.
I suggest a config option to set the directory in which the test run will attempt to start in, not providing this should use the current default behavior
I have a mono repo, @web/test-runner is a dev dep in the root package,json file I tests in multiple packages, so the installation of @web/test-runner is hoisted to the root of the mono repo.
Using the code lens to trigger a test run results a terminal opened with a cd to the directory for the package, and attempts to invoke the test runner.
I suggest a config option to set the directory in which the test run will attempt to start in, not providing this should use the current default behavior