Skip to content

Commit

Permalink
Update develop-preview-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 1, 2020
1 parent da9a8d7 commit b766f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/2020/develop-preview-test.js
Expand Up @@ -91,7 +91,7 @@ const Page = withViews(({ tweets, views }) => (
how you can adopt this methodology in mere minutes.
</P>

<H2>Why end-to-end?</H2>
<H2 id="why">Why end-to-end?</H2>

<P>
In addition to integration tests, I want to now make the case that modern
Expand Down Expand Up @@ -166,7 +166,7 @@ const Page = withViews(({ tweets, views }) => (
(it must do the right thing quickly).
</P>

<H2>End-to-end made possible</H2>
<H2 id="possible">End-to-end made possible</H2>

<P>
First, back when I argued for focusing on integration in 2016 and made no
Expand Down Expand Up @@ -262,7 +262,7 @@ const Page = withViews(({ tweets, views }) => (
for an example) are <b>now making E2E both fast and cheap</b>.
</P>

<H2>End-to-end made easy</H2>
<H2 id="easy">End-to-end made easy</H2>

<P>
To show the <b>Develop -> Preview -> Test</b> workflow in action, I'm
Expand Down

1 comment on commit b766f9d

@vercel
Copy link

@vercel vercel bot commented on b766f9d Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.