We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b353da commit 9ebe7e5Copy full SHA for 9ebe7e5
netlify.toml
@@ -41,6 +41,11 @@
41
from = "/docs/example-react-redux"
42
to = "https://redux.js.org/recipes/writing-tests#connected-components"
43
44
+# Screen error message to correct page
45
+[[redirects]]
46
+ from = "/s/screen-global-error"
47
+ to = "/docs/dom-testing-library/api-queries#screen"
48
+
49
# Reorganization (do not redirect if route is not 404)
50
[[redirects]]
51
from = "/docs/*"
@@ -83,8 +88,3 @@
83
88
84
89
from = "/nightwatch/"
85
90
to = "/docs/nightwatch-testing-library/intro"
86
-
87
-# Redirect screen error message to correct page
-[[redirects]]
- from = "https://testing-library.com/s/screen-global-error"
- to = "https://testing-library.com/docs/dom-testing-library/api-queries#screen"
0 commit comments