diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 8b6b6a4f7..344cb6f43 100644 --- a/docs/en/guides/README.md +++ b/docs/en/guides/README.md @@ -4,7 +4,6 @@ * [Common Tips](./common-tips.md) * [Mouse, Key and other DOM Events](./dom-events.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 Vue Router](./using-with-vue-router.md) diff --git a/docs/fr/guides/README.md b/docs/fr/guides/README.md index 223989ad0..7cedb95d6 100644 --- a/docs/fr/guides/README.md +++ b/docs/fr/guides/README.md @@ -4,7 +4,6 @@ * [Astuces](./common-tips.md) * [La souris, le clavier et les autres évènements DOM](./dom-events.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 Vue Router](./using-with-vue-router.md) diff --git a/docs/ja/guides/README.md b/docs/ja/guides/README.md index ce9946627..e087ca652 100644 --- a/docs/ja/guides/README.md +++ b/docs/ja/guides/README.md @@ -3,7 +3,6 @@ * [はじめる](./getting-started.md) * [よくある落とし穴](./common-tips.md) * [テストランナを選ぶ](./choosing-a-test-runner.md) -* [Jest と一緒に使う](./using-with-jest.md) * [Jest による単一ファイルコンポーネントのテスト](./testing-SFCs-with-jest.md) * [Mocha + webpack による単一ファイルコンポーネントのテスト](./testing-SFCs-with-mocha-webpack.md) * [Vuex と一緒に使う](./using-with-vuex.md) diff --git a/docs/pt-br/guides/README.md b/docs/pt-br/guides/README.md index 0983fe375..8739bb4bc 100644 --- a/docs/pt-br/guides/README.md +++ b/docs/pt-br/guides/README.md @@ -3,7 +3,6 @@ * [Iniciando](./getting-started.md) * [Dicas comuns](./common-tips.md) * [Escolhendo um executador de testes](./choosing-a-test-runner.md) -* [Usando com o Jest](./using-with-jest.md) * [Testando SFCs com Jest](./testing-SFCs-with-jest.md) * [Testando SFCs com Mocha + webpack](./testing-SFCs-with-mocha-webpack.md) * [Usando com o Vue Router](./using-with-vue-router.md)