-
Notifications
You must be signed in to change notification settings - Fork 1
Relecture de testing.md
#17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelques petites erreurs 😱
docs/en/testing.md
Outdated
@@ -18,7 +18,7 @@ export default new Vuex.Store({ | |||
}) | |||
``` | |||
|
|||
Example testing a mutation using Mocha + Chai (you can use any framework/assertion libraries you like): | |||
Exemple de test de mutation utilisant Mocha + Chai (vous pouvez utiliser n'importe quel framework/bibliothèque d'assertion selon votre préférence) : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selon vos préférences
docs/en/testing.md
Outdated
// use require syntax for inline loaders. | ||
// with inject-loader, this returns a module factory | ||
// that allows us to inject mocked dependencies. | ||
// étulisation de la syntaxe `require` pour les loaders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utilisation
docs/en/testing.md
Outdated
// with inject-loader, this returns a module factory | ||
// that allows us to inject mocked dependencies. | ||
// étulisation de la syntaxe `require` pour les loaders. | ||
// avec inject-loader, cela retourne un module le fabrique |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
un module de fabrique
Signed-off-by: Bruno Lesieur <[email protected]>
Merci @Kocal. J'ai remonté tes points ! Si c'est bon pour toi tu peux merger. |
Approuvé, mergé, et branche supprimée ! |
Une autre relecture