Skip to content

Commit

Permalink
docs: update info regarding v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Jun 26, 2018
1 parent 62ddd8a commit 9f76510
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/pages/en/index.js
Expand Up @@ -95,29 +95,29 @@ const SnapshotTesting = () => (
{[
{
content: 'Uses 💖 jest-snapshot for snapshot testing',
title: 'Snapshot Testing',
title: 'Snapshot Testing (v5)',
},
]}
</Block>
);

const Transform = () => (
const Mocking = () => (
<Block>
{[
{
content: 'Uses Babel and Typescript for transpiling\n\nCache for blazing fast reruns 🔥',
title: 'Transform',
content: 'Automagically 🧙‍ mocking features\n\nEven virtual/external dependencies',
title: 'Easy mocking (v5)',
},
]}
</Block>
);

const Mocking = () => (
const Transform = () => (
<Block>
{[
{
content: 'Automagically 🧙‍ mocking features\n\nEven virtual/external dependencies',
title: 'Easy mocking',
content: 'Uses Babel and Typescript for transpiling\n\nCache for blazing fast reruns 🔥',
title: 'Transform',
},
]}
</Block>
Expand Down

0 comments on commit 9f76510

Please sign in to comment.