-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
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
1568 Make Zoe use AVA #1588
1568 Make Zoe use AVA #1588
Conversation
cd4e5de
to
45015dc
Compare
Ok @katelynsills , I've had three successful test runs with that ESM_DISABLE_CACHE patch, so I'm hoping the problem is fixed. Handing this back to you for rebasing and landing. |
@warner, wonderful, thanks so much! |
…ejection Removed unnecessary console.error(), cleaned up types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this! The changes to autoswap look good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skipped tests should have matching TODOs and issues.
@@ -298,12 +268,12 @@ const expectedBadTimerLog = [ | |||
'aliceMoolaPurse: balance {"brand":{},"value":3}', | |||
'aliceSimoleanPurse: balance {"brand":{},"value":0}', | |||
]; | |||
test('zoe - bad timer', async t => { | |||
test.skip('zoe - bad timer', async t => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be an issue for this, and there should be a TODO here referring to the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an issue. #1625 I will add TODOs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! good to hear the issue was created earlier.
ref #1568
Kate: All tests pass. Most recent changes to tests were caused by @Chris-Hibbert's changes to the autoswap tests. Chris could you take a look at test-autoswap.js specifically?