File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ test('Resize only width', async t => {
7777 )
7878} )
7979
80- test ( 'URL input' , async t => {
80+ test . skip ( 'URL input' , async t => {
8181 const { dir, name, externalUrl : input } = t . context
8282 const steps = [ { size : [ 250 , 250 ] , name } ]
8383
@@ -100,14 +100,14 @@ test('Retina', async t => {
100100 )
101101} )
102102
103- test . only ( 'Dominant Color' , async t => {
103+ test ( 'Dominant Color' , async t => {
104104 const { dir, name } = t . context
105105 const steps = [ { size : [ 250 , 250 ] , name } ]
106106 const input = path . resolve ( './fixtures' , 'color.jpg' )
107107 const testRgb = await ColorThief . getColor ( input )
108108
109109 const {
110- color : { rgb, hex, hsl } ,
110+ color : { rgb, hex } ,
111111 } = await processImage ( input , {
112112 dir,
113113 steps,
You can’t perform that action at this time.
0 commit comments