Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 447488d

Browse files
authored
docs: update info regarding v5 (#271)
1 parent 62ddd8a commit 447488d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

website/pages/en/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,29 +95,29 @@ const SnapshotTesting = () => (
9595
{[
9696
{
9797
content: 'Uses 💖 jest-snapshot for snapshot testing',
98-
title: 'Snapshot Testing',
98+
title: 'Snapshot Testing (v5)',
9999
},
100100
]}
101101
</Block>
102102
);
103103

104-
const Transform = () => (
104+
const Mocking = () => (
105105
<Block>
106106
{[
107107
{
108-
content: 'Uses Babel and Typescript for transpiling\n\nCache for blazing fast reruns 🔥',
109-
title: 'Transform',
108+
content: 'Automagically 🧙‍ mocking features\n\nEven virtual/external dependencies',
109+
title: 'Easy mocking (v5)',
110110
},
111111
]}
112112
</Block>
113113
);
114114

115-
const Mocking = () => (
115+
const Transform = () => (
116116
<Block>
117117
{[
118118
{
119-
content: 'Automagically 🧙‍ mocking features\n\nEven virtual/external dependencies',
120-
title: 'Easy mocking',
119+
content: 'Uses Babel and Typescript for transpiling\n\nCache for blazing fast reruns 🔥',
120+
title: 'Transform',
121121
},
122122
]}
123123
</Block>

0 commit comments

Comments
 (0)