test: Remove bad test case, colorcount(1)

This commit is contained in:
Lokesh Dhakar
2019-07-21 23:04:48 -07:00
parent 8236c9d71f
commit 2aa036737a
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ const showColorsForImage = function(image, section) {
// getPalette(img)
let paletteHTML = '';
let colorCounts = [null, 1, 2, 3, 5, 7, 10, 20];
let colorCounts = [2, 3, 5, 7, 10, 20];
colorCounts.forEach((count) => {
let start = Date.now();
let result = colorThief.getPalette(image, count);