poanetwork / poa-poba

DApp for proof of bank account (PoBA) attestation
GNU General Public License v3.0
3 stars 6 forks source link

Add coverage and basic test to smart-contracts #52

Closed garatortiz closed 6 years ago

garatortiz commented 6 years ago

Closes #39

fvictorio commented 6 years ago

When I go to the blockchain directory and run npm test (after starting the ganache script in another terminal), I get this error:

Error: Could not find artifacts for PoBa from any sources
garatortiz commented 6 years ago

ummm actually, I don't know. I have run npm test, in the same directory -blockchain-, an this is the output: image

fvictorio commented 6 years ago

I did a fresh clone of the project, moved to this branch, installed all packages, started ganache in the root and then npm run test in the blockchain directory. I'm still getting this error.

garatortiz commented 6 years ago

Ok... I'll do the same and try to replay it