UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

12 lines (11 loc) 270 B
// vitest.config.ts import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, coverage: { reporter: [['json', {file : "wallets-coverage.json"}]], include: ["src/**"], } } })