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 274b84a commit a6fa7e3Copy full SHA for a6fa7e3
README.md
@@ -68,7 +68,7 @@ PASS ./sum.test.js
68
69
This test used `expect` and `toBe` to test that two values were exactly
70
identical. To learn about the other things that Jest can test, see
71
-[Using Matchers](UsingMatchers.md).
+[Using Matchers](https://facebook.github.io/jest/docs/using-matchers.html).
72
73
## Running from command line
74
@@ -83,7 +83,7 @@ jest my-test --notify --config=config.json
83
```
84
85
If you'd like to learn more about running `jest` through the command line, take
86
-a look at the [Jest CLI Options](CLI.md) page.
+a look at the [Jest CLI Options](https://facebook.github.io/jest/docs/cli.html) page.
87
88
## Additional Configuration
89
0 commit comments