UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

13 lines 390 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'], }, }, }); //# sourceMappingURL=vitest.config.js.map