composable-form-tests
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -37,2 +37,10 @@ "use strict"; | ||
test(inputName + " must not set a default value for \"value\" prop", function () { | ||
expect(Input.defaultProps && Input.defaultProps.value).toBe(undefined); | ||
}); | ||
test(inputName + " must not set a default value for \"errors\" prop", function () { | ||
expect(Input.defaultProps && Input.defaultProps.errors).toBe(undefined); | ||
}); | ||
test(inputName + " calls onChanging followed by onChange before initial mount", function () { | ||
@@ -39,0 +47,0 @@ var onChanging = jest.fn(); |
{ | ||
"name": "composable-form-tests", | ||
"version": "0.1.0", | ||
"version": "0.2.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
15158
161