Skip to content

Commit

Permalink
make link in readme commit specific
Browse files Browse the repository at this point in the history
  • Loading branch information
smoes committed Jul 2, 2024
1 parent d563f51 commit 2b2b229
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 @@ -10,7 +10,7 @@ testable code by mocking. Instead of mocking we talk about binding effects to an
`Efx` offers a declarative way to mark effectful functions and bind them in tests.

Efx allows async testing even in with child-processes, since it uses process-dictionaries
to store bindings and find them in the supervision-tree (see this [test-case](https://github.com/bravobike/efx/blob/improve-doc-example/test/efx_case_test.exs#L52)).
to store bindings and find them in the supervision-tree (see this [test-case](https://github.com/bravobike/efx/blob/ffe213db51d1b55cf81dd492170d9785284f54c4/test/efx_case_test.exs#L52)).

## Rationale

Expand Down

0 comments on commit 2b2b229

Please sign in to comment.