Skip to content

Commit

Permalink
Docs: Add link to french translation (VSCode and MongoDB) (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
forresst authored and sindresorhus committed May 15, 2017
1 parent 2ed9485 commit 0b47071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes/debugging-with-vscode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Debugging tests with Visual Studio Code

Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/debugging-with-vscode.md)

## Setup

In the sidebar click the `Debug` handle.
Expand Down
2 changes: 2 additions & 0 deletions docs/recipes/isolated-mongodb-integration-tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Isolated MongoDB integration tests

Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/isolated-mongodb-integration-tests.md)

> How to run disposable MongoDB databases in your AVA tests with per-test isolation.
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.
Expand Down

0 comments on commit 0b47071

Please sign in to comment.