UNPKG

@profullstack/payment-gateway

Version:

Unified payment gateway abstraction for multiple payment providers

11 lines (9 loc) 261 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { bail: 1, // Stop after first test failure environment: 'node', include: ['test/**/*.test.js'], testTimeout: 10000, // Increase timeout to 10 seconds }, });