mirror of
https://github.com/actions/labeler
synced 2026-05-13 13:01:13 +02:00
build
This commit is contained in:
4
node_modules/jest-jasmine2/build/jasmine/spyRegistry.d.ts
generated
vendored
4
node_modules/jest-jasmine2/build/jasmine/spyRegistry.d.ts
generated
vendored
@@ -8,9 +8,7 @@
|
||||
import { Spy } from '../types';
|
||||
export default class SpyRegistry {
|
||||
allowRespy: (allow: unknown) => void;
|
||||
spyOn: (obj: {
|
||||
[key: string]: any;
|
||||
}, methodName: string, accessType?: keyof PropertyDescriptor) => Spy;
|
||||
spyOn: (obj: Record<string, any>, methodName: string, accessType?: keyof PropertyDescriptor) => Spy;
|
||||
clearSpies: () => void;
|
||||
respy: unknown;
|
||||
private _spyOnProperty;
|
||||
|
||||
Reference in New Issue
Block a user