is-pandigital
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "is-pandigital", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Test if a number is pandigital (made up of the digits 1-9, once each)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,1 +34,10 @@ # is-pandigital | ||
``` | ||
## Tests | ||
To run the test suite, first install the dependencies, then run `npm test`: | ||
``` | ||
$ npm install | ||
$ npm test | ||
``` |
2920
43