UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

14 lines (13 loc) 276 B
module.exports = { "testMatch": [ "<rootDir>/test/**/*.(test|spec).ts" ], "transform": { "^.+\\.ts$": "ts-jest" }, "collectCoverage": true, "collectCoverageFrom": [ '<rootDir>/src/**/*.ts' ], "testEnvironment": "node" }