File tree Expand file tree Collapse file tree 2 files changed +1
-110
lines changed Expand file tree Collapse file tree 2 files changed +1
-110
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/rea
22
22
- Runs tests concurrently
23
23
- Enforces writing atomic tests
24
24
- No implicit globals
25
- - Includes TypeScript & Flow type definitions
25
+ - Includes TypeScript
26
26
- [ Magic assert] ( #magic-assert )
27
27
- [ Isolated environment for each test file] ( ./docs/01-writing-tests.md#process-isolation )
28
28
- [ Write your tests using the latest JavaScript syntax] ( #latest-javascript-support )
@@ -160,7 +160,6 @@ We have a growing list of [common pitfalls](docs/08-common-pitfalls.md) you may
160
160
- [ When to use ` t.plan() ` ] ( docs/recipes/when-to-use-plan.md )
161
161
- [ Browser testing] ( docs/recipes/browser-testing.md )
162
162
- [ TypeScript] ( docs/recipes/typescript.md )
163
- - [ Flow] ( docs/recipes/flow.md )
164
163
- [ Configuring Babel] [ Babel recipe ]
165
164
- [ Using ES modules] ( docs/recipes/es-modules.md )
166
165
- [ Passing arguments to your test files] ( docs/recipes/passing-arguments-to-your-test-files.md )
You can’t perform that action at this time.
0 commit comments