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

Use mochaGlobalSetup + mochaGlobalTeardown #679

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

andygout
Copy link
Owner

@andygout andygout commented Jun 11, 2024

This PR implements Mocha global setup fixtures (mochaGlobalSetup and mochaGlobalTeardown) to run the end-to-end setup and teardown tasks (which are designed exclusively for this task), rather than the current setup, which Mocha-specific linting (to be implemented later) will complain does not meet the no-top-level-hooks rule.

References:

@andygout andygout force-pushed the use-mocha-global-setup-teardown branch from 3f48dd1 to 4bdef1a Compare June 11, 2024 20:55
@andygout andygout merged commit 4b85009 into main Jun 11, 2024
1 check passed
@andygout andygout deleted the use-mocha-global-setup-teardown branch June 11, 2024 21:07
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.

1 participant