@leaflink/dom-testing-utils 0.0.0-PR-143--66c6611 → 0.0.0-PR-143--18817f5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ export default async function setSelectElementRandomItems({ element, label, numO
21
21
  selectElement = getSelectElementByLabel(label, withinElement);
22
22
  }
23
23
  else {
24
- throw new Error('a select element or its associated label is required.');
24
+ throw new Error('A select element or its associated label is required.');
25
25
  }
26
26
  if (!selectElement) {
27
27
  throw new Error('Could not find select element');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/dom-testing-utils",
3
- "version": "0.0.0-PR-143--66c6611",
3
+ "version": "0.0.0-PR-143--18817f5",
4
4
  "description": "Frontend DOM testing utilities",
5
5
  "engines": {
6
6
  "node": ">=18",