Skip to content

Commit

Permalink
add document for the configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Chen committed Mar 17, 2023
1 parent d423eae commit 42db155
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/clojure_test/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ FAIL in sample-test/my-test (sample_test.clj:4)
Test ran without assertions. Did you forget an (is ...)?
```

### Missing assertions are configurable

There are two ways to disable this detection:

* Enable `:mute-zero-assertion?` at `tests.edn`.
* Use `--mute-zero-assertion` in command line argument.


## Detecting single argument `=`
Expand Down

0 comments on commit 42db155

Please sign in to comment.