8000 Guide: common-tips.md by Yaty · Pull Request #9 · vuejs-fr/vue-test-utils · GitHub
[go: up one dir, main page]

Skip to content

Guide: common-tips.md #9

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

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README.md: traduction
  • Loading branch information
Yaty committed Oct 14, 2017
commit dded37ea907996f0af290e6e276e8dcf9cf71a57
14 changes: 7 additions & 7 deletions docs/en/guides/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Guides

* [Getting Started](./getting-started.md)
* [Common Tips](./common-tips.md)
* [Choosing a test runner](./choosing-a-test-runner.md)
* [Using with Jest](./using-with-jest.md)
* [Testing SFCs with Jest](./testing-SFCs-with-jest.md)
* [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md)
* [Using with Vuex](./using-with-vuex.md)
* [Commencer](./getting-started.md)
* [Astuces](./common-tips.md)
* [Choisir un lanceur de tests](./choosing-a-test-runner.md)
* [Utiliser avec Jest](./using-with-jest.md)
* [Tester des composants monofichiers avec Jest](./testing-SFCs-with-jest.md)
* [Tester des composants monofichiers avec Mocha et Webpack](./testing-SFCs-with-mocha-webpack.md)
* [Utiliser avec Vuex](./using-with-vuex.md)
0