PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

Test error #56

Closed yigtkaya closed 2 years ago

yigtkaya commented 2 years ago

Hi everythink. is working fine till we add

!developmentChains.includes(network.name) ? describe.skip :

into tests, I'm getting error: TypeError: Cannot read properties of undefined (reading 'includes')

I couldn't figure out what to do anybody can help ?

https://github.com/yigtkaya/hardhat-fund-me (own github link for course code)

PatrickAlphaC commented 2 years ago

Can you:

  1. Make this a discusson on the full repo? https://github.com/smartcontractkit/full-blockchain-solidity-course-js/
  2. Follow this section for formatting questions? https://www.youtube.com/watch?t=19846&v=gyMwXuJrbJQ&feature=youtu.be

Thank you!

RomeDomeYome commented 2 years ago

im also getting this error