2026-07-12 12:41:35 +00:00
|
|
|
'use strict';
|
|
|
|
|
|
2026-07-05 06:41:32 +00: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.
|
|
|
|
|
*/
|
|
|
|
|
|
2026-07-12 12:41:35 +00:00
|
|
|
// eslint-disable-next-line @typescript-eslint/no-namespace
|
2026-07-07 07:11:50 +00:00
|
|
|
|
2026-07-12 12:41:35 +00:00
|
|
|
throw new Error(
|
|
|
|
|
'Do not import `@jest/globals` outside of the Jest test environment'
|
|
|
|
|
);
|