<#18524 `javascript_test` target, and support runn...
# github-notifications
c
#18524 `javascript_test` target, and support running `npm test &lt;file&gt;` via `pants test` Issue created by tobni Is your feature request related to a problem? Please describe. The javascript backend does not support
pants test
goal. Describe the solution you'd like Add a
javascript_test
target, and let
pants test
run via
npm test <file>
, let users install test runner via
package.json#devDependencies
Describe alternatives you've considered Special subsystem for different test-runners. Additional context This means a "loose"
javascript_source
without a
package_json
cannot be tested via pants. pantsbuild/pants