UNPKG

sqs-consumer

Version:

Build SQS-based Node applications without the boilerplate

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