From afa52e280c7e36b625e95b949f1f12933a5ab9dc Mon Sep 17 00:00:00 2001 From: August Skare Date: Thu, 18 Oct 2018 13:59:16 +0200 Subject: intro component on cov view --- packages/dev-tools-pages/ts/pages/Cov.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/dev-tools-pages') diff --git a/packages/dev-tools-pages/ts/pages/Cov.tsx b/packages/dev-tools-pages/ts/pages/Cov.tsx index a0acfb869..b7405f8f9 100644 --- a/packages/dev-tools-pages/ts/pages/Cov.tsx +++ b/packages/dev-tools-pages/ts/pages/Cov.tsx @@ -9,11 +9,19 @@ import { Tabs, TabBlock } from 'ts/components/Tabs'; import Code from 'ts/components/Code'; import InlineCode from 'ts/components/InlineCode'; import List from 'ts/components/List'; +import Intro from 'ts/components/Intro'; function Cov(props: any) { return ( + +

+ 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. +

+
-- cgit v1.2.3