From 134352f70f47ccdf672139c8fdafdc7b8db51aa3 Mon Sep 17 00:00:00 2001 From: julkwel Date: Wed, 11 May 2022 18:00:32 +0300 Subject: [PATCH] [test] : add testing and some improvement --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b7bdee..f326168 100644 --- a/README.md +++ b/README.md @@ -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.