celo-org / celo-composer

celo-composer is a starter project with all code needed to build, deploy, and upgrade a dapps on Celo.
MIT License
116 stars 105 forks source link

No Oracle contract to test using hardhat[Bug]: #219

Closed EmanHerawy closed 6 months ago

EmanHerawy commented 10 months ago

Which Framework?

React, Hardhat

What happened?

Hey guys, I was working on the composer for a workshop I'm providing and notice that you have test for oracle contract while the contracts directory doesn't have this contract. I had to remove it manually to make yarn run hardhat:test command works.

Steps to reproduce

  1. use composer to kick start your project
  2. select hardhat framework
  3. run yarn install and add your .env file
  4. run yarn run hardhat:test

Anything else?

No response

therealharpaljadeja commented 6 months ago

Resolved.