bats-server icon indicating copy to clipboard operation
bats-server copied to clipboard

Rewrite references to `node_modules`

Open fwextensions opened this issue 2 years ago • 2 comments

There are several places where paths reference files inside of node_modules. These paths are brittle, as the packages can change, or the package manager can move things around. The files should be imported through the normal mechanisms instead.

fwextensions avatar Feb 11 '23 20:02 fwextensions