chore(i18n,docs): update translations (#43298)

This commit is contained in:
camperbot
2021-08-25 09:19:11 -07:00
committed by GitHub
parent 45a2564dcf
commit 34b8ac2029
4 changed files with 3 additions and 11 deletions

View File

@@ -4,8 +4,6 @@ Quando si fanno cambiamenti a JavaScript, CSS o HTML che possono cambiare le fu
Per imparare come scrivere test Cypress, o specs, per favore vedi la [dcoumentazione](https://docs.cypress.io/guides/getting-started/writing-your-first-test.html) ufficiale di Cypress.
> Nota: quando scrivi i test per freeCodeCamp, ricorda di aggiungere `/* global cy */` in cima al file per evitare problemi con ESLint.
## Dove aggiungere un test
- I test Cypress sono nella directory `./cypress`.
@@ -14,7 +12,7 @@ Per imparare come scrivere test Cypress, o specs, per favore vedi la [dcoumentaz
## Come eseguire i test
> [!NOTE] Se stai usando GitPod, vedi [Cypress-GitPod Setup](#setup-di-cypress-su-gitpod)
> [!NOTE] If using GitPod, please see [Cypress-GitPod Setup](/how-to-add-cypress-tests#cypress-gitpod-setup)
### 1. Assicurati che MongoDB e l'applicazione del client siano in esecuzione