prueba de dotnet
# cd into the folder where the test (or test folders) are located
# then run:
dotnet test
# to watch the file/folder, do:
dotnet watch test
# watch MUST come before the word test
Banana in Transit