Skip to content

Commit

Permalink
Revert "turn off transform"
Browse files Browse the repository at this point in the history
This reverts commit fff5c53.
  • Loading branch information
SimenB committed Apr 4, 2019
1 parent a5bea15 commit 4144568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap
Expand Up @@ -20,7 +20,7 @@ exports[`Wrong globals for environment print useful error for document 1`] = `
18 | console.log(div);
19 |
at Object.<anonymous>.test (__tests__/node.js:16:15)"
at Object.document (__tests__/node.js:16:15)"
`;
exports[`Wrong globals for environment print useful error for unref 1`] = `
Expand All @@ -42,7 +42,7 @@ exports[`Wrong globals for environment print useful error for unref 1`] = `
15 | expect(1).toBe(1);
16 | });
at Object.<anonymous>.test (__tests__/jsdom.js:13:27)"
at Object.unref (__tests__/jsdom.js:13:27)"
`;
exports[`Wrong globals for environment print useful error for window 1`] = `
Expand All @@ -65,7 +65,7 @@ exports[`Wrong globals for environment print useful error for window 1`] = `
26 | console.log(location);
27 |
at Object.<anonymous>.test (__tests__/node.js:24:20)"
at Object.window (__tests__/node.js:24:20)"
`;
exports[`Wrong globals for environment print useful error when it explodes during evaluation 1`] = `
Expand All @@ -85,5 +85,5 @@ exports[`Wrong globals for environment print useful error when it explodes durin
15 | console.log(div);
16 |
at Object.<anonymous> (__tests__/beforeTest.js:13:13)"
at Object.document (__tests__/beforeTest.js:13:13)"
`;
4 changes: 1 addition & 3 deletions e2e/wrong-env/package.json
@@ -1,5 +1,3 @@
{
"jest": {
"transform": {}
}
"jest": {}
}

0 comments on commit 4144568

Please sign in to comment.