@euriklis/tests-for-validator
v2.1.3
Published
This code contains tests for the library @euriklis/validator - a type driven oriented package for manipulation variables in javascript. The tests are not completed and contain the main methods of the library, i.e., the for_all, interface2, is_integer and
Downloads
9
Readme
Tests for the @euriklis/validator package
This code contains tests for the library @euriklis/validator - a type driven oriented package for manipulation variables in javascript. The tests are not completed and contain the main methods of the library, i.e., the for_all, interface2, is_integer and is_same_with_any methods. But it is needed to be notices, that a set of other additional methods are also tested implicitly like the and, not , or operators and the bind method. To run the tests execute the following command in the terminal:
npx @euriklis/tests-for-validator