From 3e6de37ce7d88e38e16266b3404727d5ae0d069e Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 21 Jul 2019 18:55:11 -0700 Subject: [PATCH] test: Enable other palette count tests post-quantize func updates --- cypress/integration/api_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/api_spec.js b/cypress/integration/api_spec.js index 0b5b5f2..5af1710 100644 --- a/cypress/integration/api_spec.js +++ b/cypress/integration/api_spec.js @@ -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)) })