Skip to content

Commit 0b47071

Browse files
forresstsindresorhus
authored andcommitted
Docs: Add link to french translation (VSCode and MongoDB) (#1384)
1 parent 2ed9485 commit 0b47071

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/recipes/debugging-with-vscode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Debugging tests with Visual Studio Code
22

3+
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/debugging-with-vscode.md)
4+
35
## Setup
46

57
In the sidebar click the `Debug` handle.

docs/recipes/isolated-mongodb-integration-tests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Isolated MongoDB integration tests
22

3+
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/isolated-mongodb-integration-tests.md)
4+
35
> How to run disposable MongoDB databases in your AVA tests with per-test isolation.
46
57
This uses [`MongoMem`](https://github.com/CImrie/mongomem), which allows you to quickly run a temporary MongoDB server locally. It uses temporary file storage which is destroyed when the server stops.

0 commit comments

Comments
 (0)