Apply suggestions from code review

Co-authored-by: James Fenn <me@jfenn.me>
This commit is contained in:
Corbin Crutchley
2022-02-24 01:31:14 -08:00
committed by GitHub
parent 907d4b32e7
commit bfd560229a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
{
title: "Write Simpler Tests - 5 Suggestions for Better Tests",
description: "Writing tests is an big skill for any engineer, but we often over-complicate our tests. Let's simplify them for better tests overall!",
description: "Writing tests is a big skill for any engineer, but we often over-complicate them. Let's simplify our tests for better testing overall!",
published: '2020-05-26T05:12:03.284Z',
authors: ['crutchcorn', 'skatcat31'],
tags: ['testing', 'jest'],