Testing issues in lua

Hello everyone, I have some issues with testing, I’ve followed the installation guide but it still doesn’t work for me. This is an example:

~/Desktop/repos/lua/Exercism/lua/hello-world
$ test

0 successes / 0 failures / 1 error / 0 pending : 0.000028 seconds

Error → No test files found matching Lua pattern: _spec

I have lua 5.4.2 can it be the problem?

Did you install the busted library as the installation instructions describe?

Yes I did, and I figured it out that the problem occured by the path wich was given to the ‘docker run imega/busted’ command

I had the same issue. Still struggling here. I installed the imega image but busted doesn’t show up in gitbash or powershell. :confused: