endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

test(common): migrate missing tests #1985

Closed erights closed 9 months ago

erights commented 9 months ago

closes: #XXXX refs: https://github.com/Agoric/agoric-sdk/pull/8771

Description

https://github.com/Agoric/agoric-sdk/pull/8771 will remove some copies of code in agoric-sdk that have migrated to endo. For two of these, the corresponding tests in agoric-sdk did some minor testing beyond the corresponding tests in endo. This PR merely moves that testing logic so it doesn't get lost in the shuffle.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations

Upgrade Considerations