perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Extend end-2-end test with Token and PerunArt deployment and proper withdrawals. #131

Closed sebastianst closed 2 years ago

sebastianst commented 2 years ago

The end-2-end test at src/e2e/sdk_remote_integration.spec.ts currently tests NFT minting and trading, but only of an NFT that doesn't actually exist. It also doesn't test withdrawals. And has a few other issues.

Looking at the core generic enclave tests will also help to fill in the gaps.

ndzik commented 2 years ago

Related #79 and #86

sebastianst commented 2 years ago

I agree that it makes sense to also improve the test structure #79 . And #86 is covered by this issue.