UNPKG

@onflow/flow-js-testing

Version:

This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest

6 lines (5 loc) 216 B
import contracts from "./contracts"; import scripts from "./scripts"; import transactions from "./transactions"; export { contracts, scripts, transactions }; export default { contracts, scripts, transactions };