diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/Cov.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/Cov.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Cov.tsx b/packages/dev-tools-pages/ts/pages/Cov.tsx index 679cf6f62..743b990df 100644 --- a/packages/dev-tools-pages/ts/pages/Cov.tsx +++ b/packages/dev-tools-pages/ts/pages/Cov.tsx @@ -17,9 +17,11 @@ function Cov() { <Base context={context}> <Intro> <IntroLead title="Measure your tests"> - When it comes to writing smart contracts, testing is one of the most important steps of the process. - In order to quantify the robustness of your Solidity testing suite, you need to measure its code - coverage. + <p> + When it comes to writing smart contracts, testing is one of the most important steps of the + process. In order to quantify the robustness of your Solidity testing suite, you need to measure + its code coverage. + </p> </IntroLead> <IntroAside> <Code |