endojs / endo

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

refactor(daemon): Prefer `storeValue()` where possible in tests #2277

Closed rekmarks closed 1 month ago

rekmarks commented 1 month ago

Prefer storeValue() over more complicated evaluate() incantations in tests when we just need some named value to exist.