UNPKG

@web3-storage/pail

Version:
14 lines (13 loc) 313 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ plugins: [], test: { coverage: { provider: 'v8', reporter: ['text', 'json', 'html'] }, exclude: ['test/helpers.js'], include: ['test/*.js'], globals: true } });