Skip to content

Commit

Permalink
Update internal/app/commands/project/test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Apr 11, 2024
1 parent 0c8b782 commit ad39299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/commands/project/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var Test = cli.Command{
Name: "test",
Usage: "Test current project",
Usage: "Run tests in the current project",
Flags: []cli.Flag{common.FORCE_FLAG},
Action: func(c *cli.Context) error {
if projectData := ensureProjectDataExists(c, ".", "", "A sandbox is required to test the project, do you want to create one"); projectData != nil {
Expand Down

0 comments on commit ad39299

Please sign in to comment.