Skip to content

Commit 1c93c0e

Browse files
committed
test: exclude .json from coverage
1 parent 2bb66a4 commit 1c93c0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export default defineConfig({
187187
// rolldown seems to currently fail on Vite's SSR transform output (`await __vite_ssr_import__`).
188188
exclude: [
189189
'**/node_modules/**',
190+
'**/*.json',
190191
'cli/**',
191192
'app/utils/versions.ts',
192193
'app/utils/package-name.ts',

0 commit comments

Comments
 (0)