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

From Discord: Regression in @effect/vitest with layer helper and nested describe groups in latest version #4339

Open
effect-bot opened this issue Jan 24, 2025 · 0 comments

Comments

@effect-bot
Copy link

Summary

The user is reporting a regression issue in the latest version (0.17.3) of the @effect/vitest library concerning the layer helper and test cases that are nested within describe blocks. The code provided is intended to log "running" through Console.log inside a nested test, but instead, the errors indicate that no tests are found within the suites. This issue was not present in the previous version (0.16.2), where the functionality worked as expected.

Key Takeaways:

  1. Regression Issue: A functionality that previously worked is now failing in the updated version of a library, which suggests a regression issue.
  2. Nested describe Blocks: The problem specifically involves the use of the layer helper with nested describe blocks.
  3. Version-Specific Behavior: The issue is specific to version 0.17.3, while version 0.16.2 did not exhibit this problem.
  4. Error Indication: The error message "No test found in suite" suggests that the test framework is unable to recognize or execute the intended test cases.

Discord thread

https://discord.com/channels/795981131316985866/1332375127798579316

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

No branches or pull requests

1 participant