Skip to content

Commit

Permalink
chore: Update Jest Preview Dashboard message
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Jun 11, 2022
1 parent 23d1af9 commit 8f984fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cli/server/previewServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,15 @@ Please add following lines to your test: <br /> <br />
import { debug } from 'jest-preview';
<br />
<br />
// Inside your tests
<br />
debug();
</code>
</div>
<br /><br />
<br />
Then rerun your tests.
<br />
See an example in the <a href="https://www.jest-preview.com/docs/getting-started/usage#3-preview-your-html-from-jest-following-code-demo-how-to-use-it-with-react-testing-library" target="_blank" rel="noopener noreferrer">documentation</a>
</body>
<script>${reloadScriptContent}</script>
</html>`);
Expand Down

0 comments on commit 8f984fe

Please sign in to comment.