Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Flow references
  • Loading branch information
langri-sha authored and novemberborn committed Jun 23, 2019
1 parent 00d9517 commit 851316f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -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)
Expand Down

0 comments on commit 851316f

Please sign in to comment.