web icon indicating copy to clipboard operation
web copied to clipboard

`test-helpers` dependencies are not installed

Open electrovir opened this issue 8 months ago • 2 comments

Dependencies imported within @web/dev-server-core/test-helpers are not included in the package.json for @web/dev-server-core, requiring the user to manually add them. Specifically, I had to install the following dependencies, which I'm not otherwise using:

  • portfinder
  • chai

electrovir avatar Apr 30 '25 13:04 electrovir

Looks like @web/test-runner-core/test-helpers has the same problem with (at least) its @web/test-runner-mocha dependency.

electrovir avatar Apr 30 '25 13:04 electrovir

This seems like a Good First Issue. Can you make a PR for this?

bashmish avatar May 21 '25 09:05 bashmish