We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b555192 commit 801fec2Copy full SHA for 801fec2
packages/react-scripts/config/jest/cssTransform.js
@@ -9,7 +9,7 @@
9
'use strict';
10
11
// This is a custom Jest transformer turning style imports into empty objects.
12
-// http://facebook.github.io/jest/docs/tutorial-webpack.html
+// http://facebook.github.io/jest/docs/en/webpack.html
13
14
module.exports = {
15
process() {
packages/react-scripts/config/jest/fileTransform.js
@@ -11,7 +11,7 @@
const path = require('path');
// This is a custom Jest transformer turning file imports into filenames.
16
17
process(src, filename) {
0 commit comments