UNPKG

@onflow/flow-js-testing

Version:

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

40 lines (39 loc) 1.27 kB
import { checkManagerTemplate, checkManager } from "./checkManager"; import { getAccountAddressTemplate, getAccountAddress } from "./getAccountAddress"; import { getBalanceTemplate, getBalance } from "./getBalance"; import { getBlockOffsetTemplate, getBlockOffset } from "./getBlockOffset"; import { getContractAddressTemplate, getContractAddress } from "./getContractAddress"; import { getManagerAddressTemplate, getManagerAddress } from "./getManagerAddress"; import { getTimestampOffsetTemplate, getTimestampOffset } from "./getTimestampOffset"; export { checkManagerTemplate, checkManager, getAccountAddressTemplate, getAccountAddress, getBalanceTemplate, getBalance, getBlockOffsetTemplate, getBlockOffset, getContractAddressTemplate, getContractAddress, getManagerAddressTemplate, getManagerAddress, getTimestampOffsetTemplate, getTimestampOffset, }; export default { checkManagerTemplate, checkManager, getAccountAddressTemplate, getAccountAddress, getBalanceTemplate, getBalance, getBlockOffsetTemplate, getBlockOffset, getContractAddressTemplate, getContractAddress, getManagerAddressTemplate, getManagerAddress, getTimestampOffsetTemplate, getTimestampOffset, };