UNPKG

sqs-consumer

Version:

Build SQS-based Node applications without the boilerplate

14 lines (12 loc) 261 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { environment: "node", include: ["test/tests/**/*.test.ts"], pool: "threads", coverage: { provider: "v8", include: ["src/**/*.ts"], }, }, });