Skip to content

Commit fc7a60a

Browse files
WikiRikrubiin
andauthored
test(isRgbColor): fix test expectations (#2538)
Also updates typo in package.json Co-authored-by: Rubin Bhandari <[email protected]>
1 parent 90c19e8 commit fc7a60a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"es",
1010
"lib",
1111
"README.md",
12-
"LICENCE",
12+
"LICENSE",
1313
"validator.js",
1414
"validator.min.js"
1515
],

test/validators.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4692,6 +4692,7 @@ describe('Validators', () => {
46924692
'rgba(0,0,0,0)',
46934693
'rgba(255,255,255,1)',
46944694
'rgba(255,255,255,.1)',
4695+
'rgba(255,255,255,.12)',
46954696
'rgba(255,255,255,0.1)',
46964697
'rgb(5%,5%,5%)',
46974698
'rgba(5%,5%,5%,.3)',
@@ -4703,7 +4704,6 @@ describe('Validators', () => {
47034704
'rgb()',
47044705
'rgba(0,0,0)',
47054706
'rgba(255,255,255,2)',
4706-
'rgba(255,255,255,.12)',
47074707
'rgba(255,255,256,0.1)',
47084708
'rgb(4,4,5%)',
47094709
'rgba(5%,5%,5%)',
@@ -4764,6 +4764,7 @@ describe('Validators', () => {
47644764
'rgba(0,0,0,0)',
47654765
'rgba(255,255,255,1)',
47664766
'rgba(255,255,255,.1)',
4767+
'rgba(255,255,255,.12)',
47674768
'rgba(255,255,255,0.1)',
47684769
'rgb(5%,5%,5%)',
47694770
'rgba(5%,5%,5%,.3)',
@@ -4783,7 +4784,6 @@ describe('Validators', () => {
47834784
'rgb()',
47844785
'rgba(0,0,0)',
47854786
'rgba(255,255,255,2)',
4786-
'rgba(255,255,255,.12)',
47874787
'rgba(255,255,256,0.1)',
47884788
'rgb(4,4,5%)',
47894789
'rgba(5%,5%,5%)',
@@ -4856,6 +4856,7 @@ describe('Validators', () => {
48564856
'rgba(0,0,0,0)',
48574857
'rgba(255,255,255,1)',
48584858
'rgba(255,255,255,.1)',
4859+
'rgba(255,255,255,.12)',
48594860
'rgba(255,255,255,0.1)',
48604861
'rgb(5%,5%,5%)',
48614862
'rgba(5%,5%,5%,.3)',
@@ -4876,7 +4877,6 @@ describe('Validators', () => {
48764877
'rgb()',
48774878
'rgba(0,0,0)',
48784879
'rgba(255,255,255,2)',
4879-
'rgba(255,255,255,.12)',
48804880
'rgba(255,255,256,0.1)',
48814881
'rgb(4,4,5%)',
48824882
'rgba(5%,5%,5%)',

0 commit comments

Comments
 (0)