You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Regression Issue: A functionality that previously worked is now failing in the updated version of a library, which suggests a regression issue.
Nested describe Blocks: The problem specifically involves the use of the layer helper with nested describe blocks.
Version-Specific Behavior: The issue is specific to version 0.17.3, while version 0.16.2 did not exhibit this problem.
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.
Summary
The user is reporting a regression issue in the latest version (
0.17.3
) of the@effect/vitest
library concerning thelayer
helper and test cases that are nested withindescribe
blocks. The code provided is intended to log "running" throughConsole.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:
describe
Blocks: The problem specifically involves the use of thelayer
helper with nesteddescribe
blocks.0.17.3
, while version0.16.2
did not exhibit this problem.Discord thread
https://discord.com/channels/795981131316985866/1332375127798579316
The text was updated successfully, but these errors were encountered: