You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,11 @@ To run default tests only:
121
121
```
122
122
bb test
123
123
```
124
+
You can also use [cognitect test-runner](https://github.com/cognitect-labs/test-runner?tab=readme-ov-file#invoke-with-clojure--m-clojuremain) options, for example, to run a single test:
125
+
```
126
+
bb test --var babashka.fs-test/walk-test
127
+
```
128
+
124
129
To fire up a REPL when working on these tests, run `bb dev`.
0 commit comments