Skip to content

Commit 8fb78bb

Browse files
committed
Fixed frontmatter
1 parent 745d618 commit 8fb78bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing-a-react-application-creating-a-unit-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Testing a React Application What is Vitest?
2+
title: Testing a React Application Creating a Unit Test
33
date: 2022-05-02
44
published: true
5-
description: The third part of a series of articles on how to test a React Application. I go over how Vitest and its syntax work in the simplest terms.
5+
description: Unit tests are essential to ensuring confidence in the code we have written. In the fourth part of this series, I'll be going over how to write our first unit test and the thought process of how I decided what to test.
66
categories:
77
- testing
88
- react

0 commit comments

Comments
 (0)