We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46778b6 commit 715bfd8Copy full SHA for 715bfd8
chartlets.js/packages/lib/vite.config.ts
@@ -72,6 +72,6 @@ export default defineConfig({
72
return false;
73
}
74
},
75
- exclude: ["**/index.test.ts", "**/VegaChart.test.tsx"],
+ exclude: ["**/vega/index.test.ts", "**/vega/VegaChart.test.tsx"],
76
77
});
0 commit comments