Skip to content

Commit 42db155

Browse files
committed
add document for the configuration option
1 parent d423eae commit 42db155

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/clojure_test/assertions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ FAIL in sample-test/my-test (sample_test.clj:4)
3232
Test ran without assertions. Did you forget an (is ...)?
3333
```
3434

35+
### Missing assertions are configurable
36+
37+
There are two ways to disable this detection:
38+
39+
* Enable `:mute-zero-assertion?` at `tests.edn`.
40+
* Use `--mute-zero-assertion` in command line argument.
3541

3642

3743
## Detecting single argument `=`

0 commit comments

Comments
 (0)