Skip to content

Commit

Permalink
remove babel transform
Browse files Browse the repository at this point in the history
- fixes #666 
- how to disable just from reading babel from [jest docs](https://jestjs.io/docs/en/getting-started#using-babel)
  • Loading branch information
chiefjester committed Jun 14, 2020
1 parent a9c8503 commit bbf0c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js-jest.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"setupFilesAfterEnv": ["qawolf/expect-playwright"]
"setupFilesAfterEnv": ["qawolf/expect-playwright"],
"transform": {}
}

0 comments on commit bbf0c5e

Please sign in to comment.