Closed stefanpenner closed 10 years ago
The tests are tiny, its ok to include them.
It means cd node_modules/memoize && npm i && npm t works.
cd node_modules/memoize && npm i && npm t
It means npm test memoize works.
npm test memoize
This is a useful feature of npm.
As @Raynos mentioned, it's expected and intended. Developers need to be able to test the package they want to use.
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.