Skip to content

Commit

Permalink
Try to log out stderr on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 30, 2017
1 parent 484c26d commit 08d58c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/__tests__/request-animation_frame.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ test('requestAnimationFrame', () => {
const result = runJest('request_animation_frame', ['--verbose']);
const stderr = result.stderr.toString();

console.log(stderr);

expect(stderr).toMatch('requestAnimationFrame test');
expect(result.status).toBe(0);
});

0 comments on commit 08d58c5

Please sign in to comment.