storacha-network / w3infra

🏗️ Infra for the w3up UCAN protocol implementation
Other
15 stars 5 forks source link

Stripe billing.test.js should be moved to integrations tests #324

Open travis opened 7 months ago

travis commented 7 months ago

@vasco-santos noted in https://github.com/web3-storage/w3infra/pull/320#discussion_r1479449277 that the new billing test I wrote uses the remote Stripe test environment and probably belongs in the integration test suite.

We don't currently do lower-level testing like this in the integration suite, so it will require a bit of work to get the execution context set up properly to enable this, so I'm pulling it out to a separate issue here.