Skip to content

Commit 715bfd8

Browse files
committed
update vite.config.ts
1 parent 46778b6 commit 715bfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.js/packages/lib/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export default defineConfig({
7272
return false;
7373
}
7474
},
75-
exclude: ["**/index.test.ts", "**/VegaChart.test.tsx"],
75+
exclude: ["**/vega/index.test.ts", "**/vega/VegaChart.test.tsx"],
7676
},
7777
});

0 commit comments

Comments
 (0)