Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 13, 2024
1 parent 6a509e8 commit 7fdb42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ go test github.com/fredrikaverpil/neotest-golang/x
go test github.com/fredrikaverpil/neotest-golang/x/...

# run _some_ tests in a given package, based on a regexp filter
go test github.com/fredrikaverpil/neotest-golang -run "^TestFoo$|^TestBar$"
go test github.com/fredrikaverpil/neotest-golang -run "^(^TestFoo$|^TestBar$)$"
```

> [!NOTE]
Expand Down

0 comments on commit 7fdb42c

Please sign in to comment.