Skip to content

Commit 851316f

Browse files
langri-shanovemberborn
authored andcommitted
Remove Flow references
1 parent 00d9517 commit 851316f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@
166166
"test/fixture/{source-map-initial,syntax-error}.js",
167167
"test/fixture/snapshots/test-sourcemaps/build/**",
168168
"test/fixture/power-assert.js",
169-
"**/*.ts",
170-
"test/flow-types/*"
169+
"**/*.ts"
171170
],
172171
"rules": {
173172
"no-use-extend-native/no-use-extend-native": "off"

readme.md

Lines changed: 1 addition & 1 deletion
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 definitions
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)

0 commit comments

Comments
 (0)