Files
node-js-test/node_modules/@jest/globals/build/index.js
T

12 lines
316 B
JavaScript
Raw Normal View History

2026-05-19 22:10:51 -07:00
'use strict';
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
throw new Error(
'Do not import `@jest/globals` outside of the Jest test environment'
);