Skip to content

Commit

Permalink
Ensure we always use local versions of babel dependencies in tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 5, 2018
1 parent ca2918a commit 9c45b8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -124,6 +124,9 @@
"/test/tmp/",
"/test/__data__/",
"<rootDir>/build/"
]
],
"moduleNameMapper": {
"^@babel/([a-zA-Z0-9_-]+)$": "<rootDir>/packages/babel-$1/"
}
}
}

0 comments on commit 9c45b8f

Please sign in to comment.