mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 05:44:24 +00:00
test: Enable other palette count tests post-quantize func updates
This commit is contained in:
@@ -68,6 +68,6 @@ describe('getPalette()', function() {
|
||||
// FULL TEST LIST = [1, 2, 3, 5, 7, 10, 20];
|
||||
|
||||
// Non-breaking tests
|
||||
let testCounts = [5, 7];
|
||||
let testCounts = [2, 3, 5, 7, 10, 20];
|
||||
testCounts.forEach((count) => testPaletteCount(count))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user