Skip to content

Commit

Permalink
Fix syntax error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed May 2, 2018
1 parent 68883b0 commit 57fac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -233,7 +233,7 @@ it('calls callback after 100ms', function () {

// Also:
// assert.equals(new Date().getTime(), 100);
}
});
```

As before, Sinon.JS provides utilities that help test frameworks reduce the boiler-plate. [Learn more about fake time][clock].
Expand Down

0 comments on commit 57fac55

Please sign in to comment.