mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 08:38:15 +00:00
build
This commit is contained in:
1
node_modules/jest-jasmine2/build/errorOnPrivate.js
generated
vendored
1
node_modules/jest-jasmine2/build/errorOnPrivate.js
generated
vendored
@@ -39,6 +39,7 @@ function installErrorOnPrivate(global) {
|
||||
};
|
||||
});
|
||||
Object.keys(disabledJasmineMethods).forEach(methodName => {
|
||||
// @ts-ignore
|
||||
jasmine[methodName] = () => {
|
||||
throwAtFunction(disabledJasmineMethods[methodName], jasmine[methodName]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user