avegao/aws-athena-node-client

View on GitHub
vitest.config.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {defineConfig} from 'vitest/config';

export default defineConfig({
    test: {
        reporters: process.env.GITHUB_ACTIONS ? ['dot', 'github-actions'] : ['dot'],
    },
})