Skip to content

Commit

Permalink
fix: solve fixed column's shadow display unexpected issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Feb 16, 2024
1 parent 81fedad commit 17bed24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ export default defineConfig({
globals: true,
setupFiles: './tests/setup.ts',
environment: 'jsdom',
coverage: {
exclude: ['**/docs/**', '**/__mocks__/**'],
},
},
});

0 comments on commit 17bed24

Please sign in to comment.