Skip to content
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

Make tests running again #970

Merged
merged 4 commits into from
Jun 8, 2022
Merged

Make tests running again #970

merged 4 commits into from
Jun 8, 2022

Conversation

lojzatran
Copy link
Contributor

@lojzatran lojzatran commented Jun 6, 2022

Situation: lots of tests were not running at all after Migration to ES modules. This went completely unnoticed.

Problem: I found out that using await/async in the top level in mocha tests makes the tests not executable: mochajs/mocha#2975

Solution: remove the await/async from the top describe block.

Boy-scout change: fix affirm e2e test.

@lojzatran lojzatran marked this pull request as ready for review June 6, 2022 09:42
Copy link
Collaborator

@praveenkumarct praveenkumarct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants