/yup_all_or_nothing

yup all-or-nothing validation

Primary LanguageJavaScript

Just some simple test cases for yup all-or-nothing-validation using noSortEdges. Relates to jquense/yup#1561

Getting Started

npm install
./test_2.js # should give an error, but not a cyclic dependency error. This is expected.
./test_fail.js # should give cyclic dependency error. Not expected.
diff -uwb test_2.js test_fail.js # see what changed to generate error