Testing instructions for Lua not working 100% under Windows WSL

Hi, I’ve followed the instructions on the track documentation. Running busted directly in WSL works fine, but if I do wsl busted on cmd or powershell, I’m getting this error message:

/bin/bash: line 1: busted: command not found

Any idea where this is coming from? I guess this is some weird path issue, but I’ve added the path that is mentioned in the documentation to .bashrc and .bash_profile.

By the way, wsl lua works just fine.