mirror of
https://github.com/actions/labeler
synced 2026-05-11 23:01:10 +02:00
build
This commit is contained in:
2
node_modules/babel-plugin-jest-hoist/build/index.js
generated
vendored
2
node_modules/babel-plugin-jest-hoist/build/index.js
generated
vendored
@@ -71,7 +71,7 @@ const WHITELISTED_IDENTIFIERS = new Set([
|
||||
'require',
|
||||
'undefined'
|
||||
]);
|
||||
Object.keys(global).forEach(name => {
|
||||
Object.getOwnPropertyNames(global).forEach(name => {
|
||||
WHITELISTED_IDENTIFIERS.add(name);
|
||||
});
|
||||
const JEST_GLOBAL = {
|
||||
|
||||
Reference in New Issue
Block a user