Skip to content

Commit

Permalink
Make a link to the fake-timers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 12, 2024
1 parent 9db8b59 commit 6d95673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nise (偽)
# nise (偽)

fake XHR and Server

Expand Down Expand Up @@ -219,7 +219,7 @@ This function also calls `useFakeXMLHttpRequest()`.

#### `var server = fakeServerWithClock.create();`

Creates a server that also manages fake timers.
Creates a server that also manages [fake timers](https://github.com/sinonjs/fake-timers).

This is useful when testing `XHR` objects created with e.g. jQuery 1.3.x, which uses a timer to poll the object for completion, rather than the usual `onreadystatechange`.

Expand Down

0 comments on commit 6d95673

Please sign in to comment.