@jest/types#Global TypeScript Examples

The following examples show how to use @jest/types#Global. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: template.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (title: string, headings: Headings, row: Global.Row) => EachTests
Example #2
Source File: jasmineAsyncInstall.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
export default function jasmineAsyncInstall(globalConfig: Config.GlobalConfig, global: Global.Global): void;
Example #3
Source File: errorOnPrivate.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
export declare function installErrorOnPrivate(global: Global.Global): void;
Example #4
Source File: jasmineAsyncInstall.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
export default function jasmineAsyncInstall(globalConfig: Config.GlobalConfig, global: Global.Global): void;
Example #5
Source File: errorOnPrivate.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
export declare function installErrorOnPrivate(global: Global.Global): void;
Example #6
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
global: Global.Global;
Example #7
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
global: Global.Global;
Example #8
Source File: validation.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
validateTemplateTableHeadings: (headings: string[], data: Global.TemplateData) => void
Example #9
Source File: validation.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
validateTemplateTableHeadings: (headings: string[], data: Global.TemplateData) => void
Example #10
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
global: Global.Global;
Example #11
Source File: array.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (title: string, arrayTable: Global.ArrayTable) => EachTests
Example #12
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
each: {
    (table: Global.EachTable, ...data: Global.TemplateData): {
        describe: {
            (title: string, suite: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        fdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        fit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        it: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        test: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        xdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xtest: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
    };
    withGlobal(g: Global.Global): (table: Global.EachTable, ...data: Global.TemplateData) => {
        describe: {
            (title: string, suite: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        fdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        fit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        it: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        test: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        xdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xtest: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
    };
}
Example #13
Source File: bind.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (cb: GlobalCallback, supportsDone?: boolean) => (table: Global.EachTable, ...taggedTemplateData: Global.TemplateData) => (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void
Example #14
Source File: template.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (title: string, headings: Headings, row: Global.Row) => EachTests
Example #15
Source File: array.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (title: string, arrayTable: Global.ArrayTable) => EachTests
Example #16
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
each: {
    (table: Global.EachTable, ...data: Global.TemplateData): {
        describe: {
            (title: string, suite: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        fdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        fit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        it: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        test: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        xdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xtest: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
    };
    withGlobal(g: Global.Global): (table: Global.EachTable, ...data: Global.TemplateData) => {
        describe: {
            (title: string, suite: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        fdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        fit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        it: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        test: {
            (title: string, test: Global.EachTestFn, timeout?: number | undefined): void;
            skip: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
            only: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        };
        xdescribe: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xit: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
        xtest: (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void;
    };
}
Example #17
Source File: bind.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
_default: (cb: GlobalCallback, supportsDone?: boolean) => (table: Global.EachTable, ...taggedTemplateData: Global.TemplateData) => (title: string, test: Global.EachTestFn, timeout?: number | undefined) => void
Example #18
Source File: index.d.ts    From amazon-kinesis-video-streams-webrtc-sdk-js-with-amazon-cognito with MIT No Attribution 5 votes vote down vote up
global: Global.Global;