| 1 | /** |
| 2 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| 3 | * |
| 4 | * This source code is licensed under the MIT license found in the |
| 5 | * LICENSE file in the root directory of this source tree. |
| 6 | */ |
| 7 | |
| 8 | // In www, these flags are controlled by GKs. Because most GKs have some |
| 9 | // population running in either mode, we should run our tests that way, too, |
| 10 | // |
| 11 | // Use __VARIANT__ to simulate a GK. The tests will be run twice: once |
| 12 | // with the __VARIANT__ set to `true`, and once set to `false`. |
| 13 | |
| 14 | export const enableRequestPaint = __VARIANT__; |