Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
delay() takes an int
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Nov 20, 2015
1 parent 9f6cc1d commit e0c3e28
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 @@ -123,7 +123,7 @@ request(app)
.expect(201)
.toPromise()
// I'm a real promise now!
.delay(function (res) { /* ... */ })
.delay(10)
.then(function (res) { /* ... */ })
```

Expand Down

0 comments on commit e0c3e28

Please sign in to comment.