Skip to content

Commit e12d6fc

Browse files
committed
Remove Flow references
Amends avajs#2098 and entirely removes Flow references, as support is currently non-existing and retained information is misleading.
1 parent 00d9517 commit e12d6fc

File tree

2 files changed

+1
-110
lines changed

2 files changed

+1
-110
lines changed

docs/recipes/flow.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/rea
2222
- Runs tests concurrently
2323
- Enforces writing atomic tests
2424
- No implicit globals
25-
- Includes TypeScript & Flow type definitions
25+
- Includes TypeScript
2626
- [Magic assert](#magic-assert)
2727
- [Isolated environment for each test file](./docs/01-writing-tests.md#process-isolation)
2828
- [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
160160
- [When to use `t.plan()`](docs/recipes/when-to-use-plan.md)
161161
- [Browser testing](docs/recipes/browser-testing.md)
162162
- [TypeScript](docs/recipes/typescript.md)
163-
- [Flow](docs/recipes/flow.md)
164163
- [Configuring Babel][Babel recipe]
165164
- [Using ES modules](docs/recipes/es-modules.md)
166165
- [Passing arguments to your test files](docs/recipes/passing-arguments-to-your-test-files.md)

0 commit comments

Comments
 (0)