Popcorn-Limited / vaultcraft-sdk

0 stars 2 forks source link

Add Vault class #6

Closed 0xruhum closed 1 year ago

0xruhum commented 1 year ago

got annoyed by jest and all the config stuff you have to implement. So I switched to vitest. Less headaches and pretty fast.

0xruhum commented 1 year ago

CI fails because Node 16 doesn't implement fetch. Got to bump that to Node 18 and it should run. Also, need to install foundry so we have access to anvil for the tests.

0xruhum commented 1 year ago

fixed tests