@testing-library/dom
Advanced tools
Comparing version 6.12.0 to 6.12.1
@@ -653,7 +653,7 @@ 'use strict'; | ||
var getMultipleError$3 = function (c, value) { | ||
return "Found multiple elements with the value: " + value + "."; | ||
return "Found multiple elements with the display value: " + value + "."; | ||
}; | ||
var getMissingError$2 = function (c, value) { | ||
return "Unable to find an element with the value: " + value + "."; | ||
return "Unable to find an element with the display value: " + value + "."; | ||
}; | ||
@@ -660,0 +660,0 @@ |
@@ -647,7 +647,7 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
var getMultipleError$3 = function (c, value) { | ||
return "Found multiple elements with the value: " + value + "."; | ||
return "Found multiple elements with the display value: " + value + "."; | ||
}; | ||
var getMissingError$2 = function (c, value) { | ||
return "Unable to find an element with the value: " + value + "."; | ||
return "Unable to find an element with the display value: " + value + "."; | ||
}; | ||
@@ -654,0 +654,0 @@ |
@@ -33,5 +33,5 @@ "use strict"; | ||
const getMultipleError = (c, value) => `Found multiple elements with the value: ${value}.`; | ||
const getMultipleError = (c, value) => `Found multiple elements with the display value: ${value}.`; | ||
const getMissingError = (c, value) => `Unable to find an element with the value: ${value}.`; | ||
const getMissingError = (c, value) => `Unable to find an element with the display value: ${value}.`; | ||
@@ -38,0 +38,0 @@ const [queryByDisplayValue, getAllByDisplayValue, getByDisplayValue, findAllByDisplayValue, findByDisplayValue] = (0, _allUtils.buildQueries)(queryAllByDisplayValue, getMultipleError, getMissingError); |
{ | ||
"name": "@testing-library/dom", | ||
"version": "6.12.0", | ||
"version": "6.12.1", | ||
"description": "Simple and complete DOM testing utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1676382