Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 1caaa16

Browse files
committed
small fixes
1 parent acd8c55 commit 1caaa16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ Keep your eye on issue [#156](https://github.com/bahmutov/cypress-react-unit-tes
317317
</details>
318318

319319
<details id="missing-code-coverage">
320+
<summary>Missing code coverage</summary>
320321

321322
If you are using your custom Webpack, this plugin might be missing code coverage information because the code was not instrumented. We try to insert the `babel-plugin-istanbul` plugin automatically, but your bundling might not use Babel, or configure it differently, preventing plugin insertion. Please let us know by opening an issue with full reproducible details.
322323

cypress/component/advanced/mock-fetch/fetch-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ it('renders user data', () => {
99
address: '123, Charming Avenue',
1010
}
1111

12+
// window.fetch
1213
cy.window().then(win => {
1314
// Cypress cleans up stubs automatically after each test
1415
// https://on.cypress.io/stub

0 commit comments

Comments
 (0)