You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/running-tests.md
+20-20
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ it('sums numbers', () => {
60
60
});
61
61
```
62
62
63
-
All `expect()` matchers supported by Jest are [extensively documented here](https://jestjs.io/docs/en/expect.html#content).
63
+
All `expect()` matchers supported by Jest are [extensively documented here](https://jestjs.io/docs/expect).
64
64
65
-
You can also use [`jest.fn()` and `expect(fn).toBeCalled()`](https://jestjs.io/docs/en/expect.html#tohavebeencalled) to create “spies” or mock functions.
65
+
You can also use [`jest.fn()` and `expect(fn).toBeCalled()`](https://jestjs.io/docs/expect#tohavebeencalled) to create “spies” or mock functions.
66
66
67
67
## Testing Components
68
68
@@ -188,24 +188,24 @@ The [default configuration](https://github.com/facebook/create-react-app/blob/ma
0 commit comments