Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
a5c30b94
Commit
a5c30b94
authored
8 years ago
by
Nazim Hajidin
Committed by
Ville Immonen
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Don't look for babelrc file during test (#1017)
parent
f4cb5952
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/config/jest/transform.js
+2
-1
packages/react-scripts/config/jest/transform.js
with
2 additions
and
1 deletion
+2
-1
packages/react-scripts/config/jest/transform.js
+
2
-
1
View file @
a5c30b94
...
@@ -9,5 +9,6 @@
...
@@ -9,5 +9,6 @@
const
babelJest
=
require
(
'
babel-jest
'
);
const
babelJest
=
require
(
'
babel-jest
'
);
module
.
exports
=
babelJest
.
createTransformer
({
module
.
exports
=
babelJest
.
createTransformer
({
presets
:
[
require
.
resolve
(
'
babel-preset-react-app
'
)]
presets
:
[
require
.
resolve
(
'
babel-preset-react-app
'
)],
babelrc
:
false
});
});
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment