We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this great library! :) Having stayed at the python world for a while, I certainly miss snapshot testing in Scala.
While trying it out, I noticed that the code generated by the library does not compile after the changes made in munit 1.0.0-RC1: scalameta/munit#756
[error] -- [E008] Not Found Error: /Users/martynas/projects/rpi-mon/target/scala-3.4.2/src_managed/test/MUnitIntegration.scala:21:22 [error] 21 |import munit.internal.difflib.Diffs [error] | ^^^^^^^^^^^^^^^^^^^^^^
A workaround is to use munit 1.0.0-M12 for now.
1.0.0-M12
The text was updated successfully, but these errors were encountered:
Oof, thanks.
I've released 0.0.7 which should rectify this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Thanks for this great library! :) Having stayed at the python world for a while, I certainly miss snapshot testing in Scala.
While trying it out, I noticed that the code generated by the library does not compile after the changes made in munit 1.0.0-RC1: scalameta/munit#756
A workaround is to use munit
1.0.0-M12
for now.The text was updated successfully, but these errors were encountered: