We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the SES 0.12.6 upgrade (#2718), the ERTP and zoe tests run with ava-xs fail:
ava-xs
> @agoric/ertp $ yarn test:xs-unit && yarn test:xs-worker $ ava-xs ... (TypeError#1) TypeError#1: Cannot assign to read only property 'hasOwnProperty' of object '[object Object]' at Generator.next (<anonymous>) at runMicrotasks (<anonymous>)
-- https://github.com/Agoric/agoric-sdk/runs/2204161291#step:7:90
recent example: https://github.com/Agoric/agoric-sdk/runs/2220491959#step:7:98
packages/ERTP
yarn test:xs-unit
The text was updated successfully, but these errors were encountered:
dckc
Successfully merging a pull request may close this issue.
Describe the bug
Since the SES 0.12.6 upgrade (#2718), the ERTP and zoe tests run with
ava-xs
fail:-- https://github.com/Agoric/agoric-sdk/runs/2204161291#step:7:90
recent example: https://github.com/Agoric/agoric-sdk/runs/2220491959#step:7:98
To Reproduce
packages/ERTP
, runyarn test:xs-unit
The text was updated successfully, but these errors were encountered: