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..fe4a22639 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 definitions - [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)