chore: added nonEmptyStringAndNotWhitespace
This commit is contained in:
parent
3a9761d4af
commit
7f3eee7a8a
1 changed files with 0 additions and 1 deletions
|
|
@ -1438,7 +1438,6 @@ test('is.emptyStringOrWhitespace', t => {
|
|||
|
||||
test('is.nonEmptyStringAndNotWhitespace', t => {
|
||||
t.false(is.nonEmptyStringAndNotWhitespace(' '));
|
||||
t.false(is.nonEmptyStringAndNotWhitespace('test'));
|
||||
t.false(is.nonEmptyStringAndNotWhitespace(String()));
|
||||
t.true(is.nonEmptyStringAndNotWhitespace('🦄'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue