medikoo / memoizee

Complete memoize/cache solution for JavaScript
ISC License
1.74k stars 61 forks source link

tests are included in npm release. #12

Closed stefanpenner closed 10 years ago

Raynos commented 10 years ago

The tests are tiny, its ok to include them.

It means cd node_modules/memoize && npm i && npm t works.

It means npm test memoize works.

This is a useful feature of npm.

medikoo commented 10 years ago

As @Raynos mentioned, it's expected and intended. Developers need to be able to test the package they want to use.