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
801fec28
Commit
801fec28
authored
7 years ago
by
vannio
Committed by
Dan Abramov
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix dead link (#3453)
Fix another dead link
parent
b555192b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/react-scripts/config/jest/cssTransform.js
+1
-1
packages/react-scripts/config/jest/cssTransform.js
packages/react-scripts/config/jest/fileTransform.js
+1
-1
packages/react-scripts/config/jest/fileTransform.js
with
2 additions
and
2 deletions
+2
-2
packages/react-scripts/config/jest/cssTransform.js
+
1
-
1
View file @
801fec28
...
...
@@ -9,7 +9,7 @@
'
use strict
'
;
// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/
tutorial-
webpack.html
// http://facebook.github.io/jest/docs/
en/
webpack.html
module
.
exports
=
{
process
()
{
...
...
This diff is collapsed.
Click to expand it.
packages/react-scripts/config/jest/fileTransform.js
+
1
-
1
View file @
801fec28
...
...
@@ -11,7 +11,7 @@
const
path
=
require
(
'
path
'
);
// This is a custom Jest transformer turning file imports into filenames.
// http://facebook.github.io/jest/docs/
tutorial-
webpack.html
// http://facebook.github.io/jest/docs/
en/
webpack.html
module
.
exports
=
{
process
(
src
,
filename
)
{
...
...
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