Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pajn committed Sep 1, 2018
1 parent 01686c0 commit 4c7aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/promise_reject.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ test('', () => {
expect(stdout).toBe('');
expect(stderr).toMatch(/Failed: null/);
expect(status).toBe(1);
});
});

0 comments on commit 4c7aacb

Please sign in to comment.