@testing-library/jest-native
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -13,3 +13,3 @@ Object.defineProperty(exports, "__esModule", { | ||
var DISABLE_TYPES = ['Button', 'Slider', 'Switch', 'Text', 'TouchableHighlight', 'TouchableOpacity', 'TouchableWithoutFeedback', 'View', 'TextInput', 'Pressable']; | ||
var DISABLE_TYPES = ['Button', 'Slider', 'Switch', 'Text', 'TouchableHighlight', 'TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback', 'View', 'TextInput', 'Pressable']; | ||
@@ -16,0 +16,0 @@ function isElementDisabledByParent(parent) { |
{ | ||
"name": "@testing-library/jest-native", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Custom jest matchers to test the state of React Native", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
34334