Fix testing cofx refers to random when explaining `now`

This commit is contained in:
hipitihop 2017-03-08 17:42:05 +10:00 committed by GitHub
parent b759807aa7
commit 41ec2a3798
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ registration functions and have them auto insert the DataScript connection.
During testing, you may want to stub out certain coeffects.
You may, for example, want to test that an event handler works
using a specific `now`, not a true random number.
using a specific `now`.
In your test, you'd mock out the cofx handler:
```clj