From d00a3d9f35b72adc554df85f2c3d218b0bf79bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Dupanovi=C4=87?= Date: Sun, 16 Jun 2019 20:52:13 +0200 Subject: [PATCH] Remove Flow references Amends #2098 and entirely removes Flow references, as support currently does not exist and retained information is misleading. --- package.json | 3 +-- readme.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d33d5914..f64e33fa3 100644 --- a/package.json +++ b/package.json @@ -166,8 +166,7 @@ "test/fixture/{source-map-initial,syntax-error}.js", "test/fixture/snapshots/test-sourcemaps/build/**", "test/fixture/power-assert.js", - "**/*.ts", - "test/flow-types/*" + "**/*.ts" ], "rules": { "no-use-extend-native/no-use-extend-native": "off" diff --git a/readme.md b/readme.md index f1f025595..5fce86ee8 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ Translations: [EspaƱol](https://github.com/avajs/ava-docs/blob/master/es_ES/rea - Runs tests concurrently - Enforces writing atomic tests - No implicit globals -- Includes TypeScript & Flow type definitions +- Includes TypeScript - [Magic assert](#magic-assert) - [Isolated environment for each test file](./docs/01-writing-tests.md#process-isolation) - [Write your tests using the latest JavaScript syntax](#latest-javascript-support)