composable-form-tests
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -33,2 +33,6 @@ "use strict"; | ||
test(inputName + " has isFormInput static property", function () { | ||
expect(Input.isFormInput).toBe(true); | ||
}); | ||
test(inputName + " calls onChanging followed by onChange before initial mount", function () { | ||
@@ -35,0 +39,0 @@ var onChanging = jest.fn(); |
{ | ||
"name": "composable-form-tests", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Tests for Composable Form Spec components written in React", | ||
@@ -5,0 +5,0 @@ "author": "Dairy State Designs (http://dairystatedesigns.com/)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14820
155