Commit 801fec28 authored by vannio's avatar vannio Committed by Dan Abramov
Browse files

Fix dead link (#3453)

Fix another dead link
parent b555192b
Showing with 2 additions and 2 deletions
+2 -2
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
'use strict'; 'use strict';
// This is a custom Jest transformer turning style imports into empty objects. // 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 = { module.exports = {
process() { process() {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
const path = require('path'); const path = require('path');
// This is a custom Jest transformer turning file imports into filenames. // 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 = { module.exports = {
process(src, filename) { process(src, filename) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment