Skip to content

Commit

Permalink
[test] : add testing and some improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
julkwel committed May 11, 2022
1 parent dac4919 commit 134352f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ const {isEmpty} = require("@julkwel/is-empty");
console.log(isEmpty("0")); // output : true
console.log(isEmpty(" ")); // output : true
console.log(isEmpty(null)); // output : true
console.log(isEmpty("10")); // output: false
console.log(isEmpty("a")); // output: false
```


## Testing :
`npm test` or `yarn test`

Feel free to reach out to me.

0 comments on commit 134352f

Please sign in to comment.