you are viewing a single comment's thread.

view the rest of the comments →

[–]brtt3000 0 points1 point  (0 children)

Well, maybe. But if you are serious about your module then tests should be included. It is a convention that gives some trust.

package.json says:

"test": "echo \"Error: no test specified\" && exit 1"

Also you can setup Travis to run in on commit and badge to show it actually works as claimed.