Skip to content

Commit

Permalink
Improve docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Feb 29, 2024
1 parent 007ad04 commit 4c98312
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test_helpers/integration.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
Option `fail-fast?`, when truthy (defaults to true), will force the test
runner to terminate on any test failure. Setting it to false can be useful
when you want the rest of the test suite to run due to a flaky test.
during development when you want the rest of the test suite to run due to a
flaky test. Prefer to fail fast in the CI to save on time & resources.
When `fail-fast?` is falsey, re-frame's state is automatically restored after
a test failure, so that the next integration test can run from a pristine
Expand Down Expand Up @@ -198,7 +199,7 @@
(done))))})

(defn fixture-silence-reframe
"Fixture to disable most re-frame warnings.
"Fixture to disable most re-frame messages.
Avoid using this fixture for non-dev purposes because in the CI output it's
desirable to have more data to debug, not less.
Expand Down

0 comments on commit 4c98312

Please sign in to comment.