mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 16:16:48 +00:00
build
This commit is contained in:
4
node_modules/jest-each/build/index.d.ts
generated
vendored
4
node_modules/jest-each/build/index.d.ts
generated
vendored
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
import { Global } from '@jest/types';
|
||||
import bind from './bind';
|
||||
declare type Global = NodeJS.Global;
|
||||
declare type Global = Global.Global;
|
||||
declare const each: {
|
||||
(table: Global.EachTable, ...data: unknown[]): {
|
||||
describe: {
|
||||
@@ -31,7 +31,7 @@ declare const each: {
|
||||
xit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
xtest: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
};
|
||||
withGlobal(g: NodeJS.Global): (table: Global.EachTable, ...data: unknown[]) => {
|
||||
withGlobal(g: Global.Global): (table: Global.EachTable, ...data: unknown[]) => {
|
||||
describe: {
|
||||
(title: string, suite: Global.EachTestFn, timeout?: number | undefined): void;
|
||||
skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
|
||||
|
||||
Reference in New Issue
Block a user