parent
cb071709be
commit
691c54875a
1 changed files with 2 additions and 1 deletions
@ -1,6 +1,7 @@ |
||||
import testInput from './testInput'; |
||||
import testLength from './testLength'; |
||||
import testMax from './testMax'; |
||||
import testNotBlank from './testNotBlank'; |
||||
import testRange from './testRange'; |
||||
|
||||
export { testInput, testMax, testNotBlank, testRange }; |
||||
export { testInput, testLength, testMax, testNotBlank, testRange }; |
||||
|
Loading…
Reference in new issue