-
-
Notifications
You must be signed in to change notification settings - Fork 41
Fix broken core snapshot tests #452
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
Conversation
Updated snapshot path handling so that both snapshot assertion functions work correctly when tests are run using absolute paths. The directory path is now derived without a prefixed “./”
7fd1d15 to
9cc65bf
Compare
|
The issue in Nix is fixed ! https://gist.github.com/drupol/3723f5a4ba4d53f460ee72b793ba0727 |
|
However, the new CI workflow is useless, sadly... it's a bit of a waste of resources too to keep it there. |
|
@drupol do you mean this one? https://github.com/TypedDevs/bashunit/pull/452/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957fR122 I was thinking how could we make sure to avoid problems for NixOS future. But if you say it is using ubuntu and it is not needed, then we can remove it, no problemo:
|
📚 Description
Related: #447
🔖 Changes
✅ To-do list
CHANGELOG.mdto reflect the new feature or fix