import { vitestConfig } from '@tooling/vitest-config'

export default vitestConfig.realPg({
  test: {
    // pglite integration suites boot WASM Postgres in beforeAll — vitest 3 default
    include: ['src/**/*.{test,spec}.ts', '../../tools/affiliate-bundle-check.test.ts'],
  },
})
