Skip to content

Commit aff4cfb

Browse files
voideanvaluefacebook-github-bot-7
authored andcommitted
Fix spacing
Reviewed By: cpojer Differential Revision: D2568166 fb-gh-sync-id: 8cedfd49ae4ce0de57a4ff3b499057c748803bd3
1 parent 3a8f9e1 commit aff4cfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jestSupport/preprocessor.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ module.exports = {
1616
process(src, file) {
1717
// Don't transform node_modules, except react-tools which includes the
1818
// untransformed copy of React
19-
if (
20-
file.match(/node_modules\/(?!react-tools\/)/)
21-
) {
19+
if (file.match(/node_modules\/(?!react-tools\/)/)) {
2220
return src;
2321
}
2422

0 commit comments

Comments
 (0)