Skip to content

Commit 7917dd4

Browse files
committed
Link to French translation
For the 2 new recipes (typescript and browser testing)
1 parent 1e62626 commit 7917dd4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/recipes/browser-testing.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Setting up AVA for browser testing
22

3+
Translations: [Français](https://github.com/sindresorhus/ava-docs/blob/master/fr_FR/docs/recipes/browser-testing.md)
4+
35
AVA does not support running tests in browsers [yet](https://github.com/sindresorhus/ava/issues/24). Some libraries require browser specific globals (`window`, `document`, `navigator`, etc).
46
An example of this is React, at least if you want to use ReactDOM.render and simulate events with ReactTestUtils.
57

docs/recipes/typescript.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TypeScript
22

3+
Translations: [Français](https://github.com/sindresorhus/ava-docs/blob/master/fr_FR/docs/recipes/typescript.md)
4+
35
AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.
46

57
## Setup

0 commit comments

Comments
 (0)