UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

14 lines (12 loc) 312 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, environment: 'node', include: ['src/test/**/*.test.ts'], coverage: { reporter: ['text', 'json', 'html'], exclude: ['node_modules/', 'dist/', 'src/test/', '**/*.d.ts'], }, }, })