Skip to content

Commit db7744c

Browse files
author
Kuntsevich Andrei
committed
hotfix: add .length, .lessThan and .longerThan to asserts index file
1 parent 4a074b0 commit db7744c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asserts/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ module.exports = {
66
hasNo: require('./hasNo'),
77
hasNumbers: require('./hasNumbers'),
88
hasLettersLatin: require('./hasLettersLatin'),
9+
length: require('./length'),
10+
lessThan: require('./lessThan'),
11+
longerThan: require('./longerThan'),
912
};

0 commit comments

Comments
 (0)