Closed helio-frota closed 3 years ago
There’s disagreement on that front. I believe all npm packages should always publish all tests, so that npm explore foo && npm install && npm test
always works.
@ljharb interesting and I just learned about the existence of npm explore
. Thanks for share your opinion. :+1:
So yeah, in that case I'm ok on closing this issue.
Currently npm shows 157 files
That is because
support
was published with test fixtures:It would be good to have a
files
section on package.json to avoid publishing fixture files.