UNPKG

testweave-sdk

Version:

This is the SDK of TestWeave. TestWeave is the testing environment of the Arweave.

23 lines 410 B
{ "cache": false, "extends": "@istanbuljs/nyc-config-typescript", "all": true, "check-coverage": true, "extension": [ ".ts" ], "include": [ "**/src/**/*.ts" ], "exclude": [ "**/src/contracts/*" ], "reporter": [ "cobertura", "text-summary" ], "statements": 90, "branches": 90, "functions": 90, "lines": 90 }