diff --git a/test/fixtures/transformation/flow/options.json b/test/fixtures/transformation/flow/options.json index 3a3fa17bcc..8b2cc18046 100644 --- a/test/fixtures/transformation/flow/options.json +++ b/test/fixtures/transformation/flow/options.json @@ -1,5 +1,4 @@ { - "react": true, "experimental": true, "whitelist": ["flow"], "noCheckAst": true diff --git a/test/fixtures/transformation/react-compat/options.json b/test/fixtures/transformation/react-compat/options.json index 13d5574572..c5c0827325 100644 --- a/test/fixtures/transformation/react-compat/options.json +++ b/test/fixtures/transformation/react-compat/options.json @@ -1,5 +1,4 @@ { - "react": true, "blacklist": "strict", "optional": "reactCompat" } diff --git a/test/fixtures/transformation/react/options.json b/test/fixtures/transformation/react/options.json index c2feab8b56..b9dd7b83b7 100644 --- a/test/fixtures/transformation/react/options.json +++ b/test/fixtures/transformation/react/options.json @@ -1,4 +1,3 @@ { - "react": true, "blacklist": ["strict"] }