Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 30, 2019
1 parent c6e254a commit 9537dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap
Expand Up @@ -82,7 +82,7 @@ exports[`Wrong globals for environment print useful error when it explodes durin
> 13 | const div = document.createElement('div');
| ^
14 |
15 | test('stub', () => expect(1).toBe(1));
15 | console.log(div);
16 |
at Object.<anonymous> (__tests__/beforeTest.js:13:13)"
Expand Down
2 changes: 2 additions & 0 deletions e2e/wrong-env/__tests__/beforeTest.js
Expand Up @@ -12,4 +12,6 @@

const div = document.createElement('div');

console.log(div);

test('stub', () => expect(1).toBe(1));

0 comments on commit 9537dd9

Please sign in to comment.