Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 15, 2018
1 parent ba937f9 commit c187d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/detect_open_handles.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ exports[`prints out info about open handlers from inside tests 1`] = `
4 | });
5 |
at Object.<anonymous>.test (__tests__/inside.js:2:3)"
at Object.setTimeout (__tests__/inside.js:2:3)"
`;
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/process_exit.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ exports[`prints stack trace pointing to process.exit call 1`] = `
3 | test('something', () => {
4 | expect(true).toBe(true);
at Object.<anonymous> (__tests__/test.js:1:9)
at Object.exit (__tests__/test.js:1:9)
"
`;
4 changes: 2 additions & 2 deletions e2e/__tests__/detect_open_handles.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ it('prints out info about open handlers', async () => {
| ^
8 |
at Object.<anonymous> (server.js:7:5)
at Object.<anonymous> (__tests__/outside.js:1:1)
at Object.listen (server.js:7:5)
at Object.require (__tests__/outside.js:1:1)
`.trim(),
);
});
Expand Down

0 comments on commit c187d03

Please sign in to comment.