UNPKG

@signumjs/contracts

Version:

Smart Contracts package for Signum Network

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