Test
yarn run test:allRuns tests for everything. The includes token aggregators, message aggregators, helper, and foundry contracts. It requires entering the RPC URL of the sepolia network in package.json under the script test:foundry-contracts
yarn run test:token-aggregatorsRuns tests for token aggregators, by checking the routes created, and signing transactions, and stores aggregator routes in Run-data. Does not submit transactions as those scripts are skipped.
yarn run test:message-aggregatorsRuns test for message-aggregators in test mode.
yarn run test:aggregatorsRuns tests for both message and token aggregators
yarn run test:foundry-contractsTests the foundry contracts. Requires a Sepolia network RPC URL in package.json under the script test:foundry-contracts
yarn run test:helperTests helper and provider scripts
yarn run test:<aggregator>Tests individual aggregators
Last updated
Was this helpful?