ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

Add test folder to npmignore #122

Closed david-fong closed 3 years ago

david-fong commented 3 years ago

The test folder occupies around 264K bytes. Is it necessary to include in the published package?

Related: #118.

ljharb commented 3 years ago

Yes, it is necessary. npm explore foo && npm install && npm test should work for all packages.