Skip to content

Commit

Permalink
fix: include SQL files during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Peeters committed Feb 23, 2025
1 parent 0d36233 commit e5af999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
assetsInclude: ['**/*.sql'],
test: {
coverage: {
provider: 'istanbul',
Expand Down

0 comments on commit e5af999

Please sign in to comment.