From b20698d81e3e059d8a4ff68a56004c4f338b999b Mon Sep 17 00:00:00 2001 From: Mike Vitousek Date: Tue, 19 Jan 2021 13:28:06 -0800 Subject: [PATCH] Remove generate-tests setting from flowconfigs in xplat Summary: The old generate-tests mode for checking generics is now defaulted to `false`, and the code path that the setting supports is getting deleted, so .flowconfigs no longer should specify that `generate-tests=false` Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D25958102 fbshipit-source-id: a15926f04bd8cd4337f489cddbb8e385821243bc --- .flowconfig | 1 - .flowconfig.android | 1 - template/_flowconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/.flowconfig b/.flowconfig index 76b4ab64f6fe72..0a4865432975d3 100644 --- a/.flowconfig +++ b/.flowconfig @@ -48,7 +48,6 @@ suppress_type=$FlowFixMeState suppress_type=$FlowFixMeEmpty experimental.abstract_locations=true -generate_tests=false [lints] sketchy-null-number=warn diff --git a/.flowconfig.android b/.flowconfig.android index 42d32c3789a7ae..52e8accd9f155b 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -48,7 +48,6 @@ suppress_type=$FlowFixMeState suppress_type=$FlowFixMeEmpty experimental.abstract_locations=true -generate_tests=false [lints] sketchy-null-number=warn diff --git a/template/_flowconfig b/template/_flowconfig index a6f99306d378e1..ec88326c17b5be 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -27,7 +27,6 @@ esproposal.optional_chaining=enable esproposal.nullish_coalescing=enable exact_by_default=true -generate_tests=false module.file_ext=.js module.file_ext=.json