From c48b003d2559cfacd44f31910c226ae3bd6f22dd Mon Sep 17 00:00:00 2001 From: Anbarasu Date: Mon, 8 Apr 2024 19:42:57 +0530 Subject: [PATCH] Update scripts/docs/fr/150.engineering/fr-040.unit-testing.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- scripts/docs/fr/150.engineering/fr-040.unit-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/fr/150.engineering/fr-040.unit-testing.md b/scripts/docs/fr/150.engineering/fr-040.unit-testing.md index ff85f42e34..5eaa98d9fd 100644 --- a/scripts/docs/fr/150.engineering/fr-040.unit-testing.md +++ b/scripts/docs/fr/150.engineering/fr-040.unit-testing.md @@ -64,7 +64,7 @@ Le dossier racine des tests unitaires est`packages/nocodb/tests/unit` ### Procédure pas à pas pour l'écriture d'un test unitaire -Nous allons créer un`Table`suite de tests à titre d'exemple. +Nous allons créer un`Table` suite de tests à titre d’exemple. #### Configurer le test