select-pure
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "select-pure", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Pure JavaScript select component.", | ||
@@ -78,2 +78,3 @@ "author": { | ||
"eslint-config-hackerspot": "^1.0.0", | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^0.58.2", | ||
@@ -80,0 +81,0 @@ "rollup-plugin-babel": "^3.0.4", |
@@ -697,2 +697,3 @@ import SelectPure from "./../src/index.js"; | ||
// eslint-disable-next-line no-magic-numbers | ||
expect(hiddenOptions.length).toEqual(3); | ||
@@ -708,2 +709,3 @@ expect(hiddenOptions[0].textContent).toBe("Washington"); | ||
// eslint-disable-next-line no-magic-numbers | ||
expect(hiddenOptions.length).toEqual(4); | ||
@@ -710,0 +712,0 @@ expect(hiddenOptions[0].textContent).toBe("New York"); |
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
141089
969
11