Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-talavera committed Oct 5, 2024
1 parent 30b444e commit 615955b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ featured: false
summary: In this article of the "Sustainable Testing Katas in TypeScript", we'll see how to create a simple testing library, similar to Jest or Vitest.
---

> The katas of this series are proposed exercises in the excelent course [Testing Sostenible con TypeScript](https://academy.softwarecrafters.io/p/curso) by Miguel A. Gómez and Carlos Blé
> The katas of this series are proposed exercises in the excellent course [Testing Sostenible con TypeScript](https://academy.softwarecrafters.io/p/curso) by Miguel A. Gómez and Carlos Blé
## Introduction

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ featured: false
summary: In this article of the series "Sustainable Testing Katas in TypeScript", we'll see how to implement the classic FizzBuzz problem using TDD and Jest.
---

> The katas of this series are proposed exercises in the excelent course [Testing Sostenible con TypeScript](https://academy.softwarecrafters.io/p/curso) by Miguel A. Gómez and Carlos Blé
> The katas of this series are proposed exercises in the excellent course [Testing Sostenible con TypeScript](https://academy.softwarecrafters.io/p/curso) by Miguel A. Gómez and Carlos Blé
## Introduction

Expand Down

0 comments on commit 615955b

Please sign in to comment.