Closed iyashpal closed 2 years ago
Oh Powershell ! I use windows too but with Git Bash/ Cygwin. I'll look into it, thanks for the feedback
Should be fixed with v0.0.4 that I just published on the marketplace. Can you confirm if it's works for you? Thanks !
@Julien-R44 thank you for the fix, the error is gone, however, when it comes to specific test, it shows "NO TESTS EXECUTED"
Note: Runnig the test for the entire file works fine.
Oh yeah, it's not directly related but it's definitely a bug.
You have a "$width" in your test name that disappears (in the last line) because interpolated. I have to escape it. That's a nice edge case 😋
If you try with a test without $
it should work
Anyway thanks, I will take care of it!
Yup, after removing the $
sign, it works. Thank you!
Should be fixed with v0.0.4 that I just published on the marketplace. Can you confirm if it's works for you? Thanks !
Working good.
Thanks!