mirror of
https://github.com/actions/setup-node.git
synced 2025-10-21 10:19:27 +00:00
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
|
// Jest setup file to ensure globals are available in ESM mode
|
||
|
import { jest } from '@jest/globals';
|
||
|
|
||
|
// Make jest available globally
|
||
|
globalThis.jest = jest;
|