2023-05-04 08:11:04 -07:00
|
|
|
/**
|
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*
|
|
|
|
* @format
|
|
|
|
*/
|
|
|
|
|
2023-05-09 15:35:42 -07:00
|
|
|
Object.defineProperty(globalThis, 'YGBENCHMARK', {
|
2023-05-04 08:11:04 -07:00
|
|
|
get: () => globalThis.test,
|
|
|
|
});
|