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 442b45e commit 4e576fbCopy full SHA for 4e576fb
README.md
@@ -91,7 +91,7 @@ We check the validity of our code examples marked with:
91
Run the checks with:
92
93
```sh
94
-node scripts/test-examples.js
+node scripts/test-examples.mjs
95
```
96
97
### Markdown Hyperlink Tests
@@ -117,10 +117,10 @@ Here is an example on how to run the tests:
117
118
119
# Tests all files
120
-node scripts/test-hrefs.js
+node scripts/test-hrefs.mjs
121
122
# Or just a subset (glob pattern)
123
-node scripts/test-hrefs.js "pages/docs/manual/**/*.mdx"
+node scripts/test-hrefs.mjs "pages/docs/manual/**/*.mdx"
124
125
126
### Continous Integration
0 commit comments