diff --git a/config/jest/cssTransform.js b/config/jest/cssTransform.js index 99a8cb26982..59053068f61 100644 --- a/config/jest/cssTransform.js +++ b/config/jest/cssTransform.js @@ -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() { diff --git a/config/jest/fileTransform.js b/config/jest/fileTransform.js index 8f9b843abd6..38910e18b19 100644 --- a/config/jest/fileTransform.js +++ b/config/jest/fileTransform.js @@ -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) {