mirror of
https://github.com/actions/labeler
synced 2026-05-13 03:01:08 +02:00
build
This commit is contained in:
4
node_modules/jest-jasmine2/build/jasmine/Env.d.ts
generated
vendored
4
node_modules/jest-jasmine2/build/jasmine/Env.d.ts
generated
vendored
@@ -25,9 +25,7 @@ export default function (j$: Jasmine): {
|
||||
seed: (value: unknown) => unknown;
|
||||
execute: (runnablesToRun: string[], suiteTree?: Suite | undefined) => Promise<void>;
|
||||
fdescribe: (description: string, specDefinitions: Function) => Suite;
|
||||
spyOn: (obj: {
|
||||
[key: string]: any;
|
||||
}, methodName: string, accessType?: "configurable" | "enumerable" | "value" | "writable" | "get" | "set" | undefined) => Spy;
|
||||
spyOn: (obj: Record<string, any>, methodName: string, accessType?: "configurable" | "enumerable" | "value" | "writable" | "get" | "set" | undefined) => Spy;
|
||||
beforeEach: (beforeEachFunction: (done: (error?: any) => void) => void, timeout?: number | undefined) => void;
|
||||
afterEach: (afterEachFunction: (done: (error?: any) => void) => void, timeout?: number | undefined) => void;
|
||||
clearReporters: () => void;
|
||||
|
||||
Reference in New Issue
Block a user