test: Enable other palette count tests post-quantize func updates

This commit is contained in:
Lokesh Dhakar
2019-07-21 18:55:11 -07:00
parent c147abf7e7
commit 3e6de37ce7

View File

@@ -68,6 +68,6 @@ describe('getPalette()', function() {
// FULL TEST LIST = [1, 2, 3, 5, 7, 10, 20]; // FULL TEST LIST = [1, 2, 3, 5, 7, 10, 20];
// Non-breaking tests // Non-breaking tests
let testCounts = [5, 7]; let testCounts = [2, 3, 5, 7, 10, 20];
testCounts.forEach((count) => testPaletteCount(count)) testCounts.forEach((count) => testPaletteCount(count))
}) })