UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

12 lines (8 loc) 305 B
import { ethers, run } from 'hardhat' describe('ValueArray', function () { it('Should pass ValueArrayTester', async function () { await run('deploy', { tags: 'ValueArrayTester' }) const valueArrayTester = await ethers.getContract('ValueArrayTester') await valueArrayTester.test() }) })