Relecture de development-tools.md#20
Merged
MachinisteWeb merged 3 commits intoworkingfrom Sep 28, 2017
Merged
Conversation
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
rspt
reviewed
Sep 28, 2017
en/guide/development-tools.md
Outdated
| }) | ||
|
|
||
| // Example of testing only generated html | ||
| // Exemple de test uniquement sur le HTML générés |
Member
Author
There was a problem hiding this comment.
Quelle idée sensée !
forresst
requested changes
Sep 28, 2017
en/guide/development-tools.md
Outdated
| > Le test de votre application fait partie du développement web. Nuxt.js vous aide à le rendre aussi facile que possible. | ||
|
|
||
| ## End-to-End Testing | ||
| ## Tests point par point (End-to-End) |
There was a problem hiding this comment.
Je traduirais plutôt par "Tests de bout en bout"
Member
Author
There was a problem hiding this comment.
J'hésitais. Merci !
en/guide/development-tools.md
Outdated
| ## Tests point par point (End-to-End) | ||
|
|
||
| [Ava](https://github.com/avajs/ava) is a powerful JavaScript testing framework, mixed with [jsdom](https://github.com/tmpvar/jsdom), we can use them to do end-to-end testing easily. | ||
| [AVA](https://github.com/avajs/ava) est un framework JavaScript de test puissant, mixé avec [jsdom](https://github.com/tmpvar/jsdom), nous pouvons les utiliser pour écrire des tests point par point facilement. |
|
|
||
| Then, you can configure ESLint via a `.eslintrc.js` file in your root project directory: | ||
| Puis, configurez ESLint via un fichier `.eslintrc.js` à la racine de votre projet : | ||
|
|
There was a problem hiding this comment.
Cette ligne vide est en trop par rapport à l'original. Ton PR sur l'original ne corrige pas cette ligne.
Member
Author
There was a problem hiding this comment.
Déjà PR à l'originale, c'est maintenant en ordre
— nuxt#263
|
|
||
| You can now launch: | ||
| Vous pouvez alors lancer : | ||
|
|
There was a problem hiding this comment.
Cette ligne vide est en trop par rapport à l'original. Ton PR sur l'original ne corrige pas cette ligne.
Member
Author
There was a problem hiding this comment.
Déjà PR à l'originale, c'est maintenant en ordre
— nuxt#263
rspt
approved these changes
Sep 28, 2017
forresst
approved these changes
Sep 28, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Le dernier avant Module