Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
翰文 committed Jun 2, 2016
1 parent fb6c102 commit 14b5a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/request.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ describe('request', () => {
option.onSuccess = () => done('304 should throw error');
request(option);
requests[0].respond(304, {}, 'Not Modified');
console.log(requests.length);
console.log('requests 30x test');
});

it('get headers', () => {
Expand Down

0 comments on commit 14b5a5e

Please sign in to comment.