diff --git a/cypress.config.js b/cypress.config.js index 9dd39de..fdc9f85 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -10,4 +10,4 @@ module.exports = defineConfig({ experimentalRunAllSpecs: true, }, -}) \ No newline at end of file +}) diff --git a/cypress/e2e/api.cy.js b/cypress/e2e/api.cy.js index db55c8a..e16ff3c 100644 --- a/cypress/e2e/api.cy.js +++ b/cypress/e2e/api.cy.js @@ -67,4 +67,4 @@ describe('getPalette()', function() { let testCounts = [2, 3, 5, 7, 10, 20]; testCounts.forEach((count) => testPaletteCount(count)) -}) \ No newline at end of file +})