Skip to content

Commit

Permalink
only run color-picker tests for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 26, 2025
1 parent c994eb1 commit 53179ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default defineConfig({

test: {
setupFiles: ["src/tests/setupTests.ts"],
include: ["**/*.{e2e,spec}.?(c|m)[jt]s?(x)"],
include: ["**/color-picker.{e2e,spec}.?(c|m)[jt]s?(x)"],
},
/*
* While useLumina() pre-configures everything for you, you can still
Expand Down

0 comments on commit 53179ed

Please sign in to comment.