lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

Teee #741

Closed LUCAS09J closed 3 months ago

LUCAS09J commented 3 months ago
          - nombre: Lua reventada
            usos: lunarmodules/busted@v2.2.0
        # Run on an entire project

$ docker run -v "$(pwd):/data" ghcr.io/lunarmodules/busted:latest

Run on one directory:

$ docker run -v "$(pwd):/data" ghcr.io/lunarmodules/busted:latest specs

alerque commented 3 months ago

What is the purpose of this issue?