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

docs: Add warning about async callback for describe #5046

Merged
merged 3 commits into from
Jul 2, 2024

Commits on Dec 12, 2023

  1. docs: Add warning about async callback for describe

    I couldn't find any reference to `describe` not supporting an async function. It seems like a natural idea given `it` and `before` do.
    
    I spent considerable time trying to figure out why an async test was failing before I discovered the reason deep in an issue discussion (#2975 (comment)), so hope that this helps others design their test suites!
    mcdurdin authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    65133eb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update docs/index.md

    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    mcdurdin and JoshuaKGoldberg authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9e708d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update docs/index.md

    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    mcdurdin and JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f2d6fca View commit details
    Browse the repository at this point in the history