mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05:00
312 B
312 B
When you run the tests
First you need to copy the abi files to the sdk/core/src/abi folder.
cd ../sdk/core
yarn run copy-abi
Then you need to run the local hardhat node.
cd contracts
npx hardhat node
Then you need to run the tests in the contract dir.
yarn run test:sdkcore:local