How to use the fakeServerWithClock function from sinon

Find comprehensive JavaScript sinon.fakeServerWithClock code examples handpicked from public code repositorys.

114
115
116
117
118
119
120
121
122
123
but if you're using jQuery 1.3.x or some other library that does not set the XHR's
`onreadystatechange` handler, you might want to do:

```javascript
sinon.config = {
    useFakeServer: sinon.fakeServerWithClock
};
```

#### `sandbox.assert();`
fork icon810
star icon1
watch icon3

+ 2 other calls in file