Skip to content

Commit

Permalink
fix(esbuild-meta): fix no unit test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jul 4, 2024
1 parent d717845 commit 7718211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/esbuild-meta/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
environment: 'node',
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
reporters: ['default'],
passWithNoTests: true,
coverage: { reportsDirectory: '../../coverage/packages/esbuild-meta', provider: 'v8' },
},
});

0 comments on commit 7718211

Please sign in to comment.