0.0.6 • Published 6 months ago

@types/mapbox__aws-sdk-jest v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/mapbox__aws-sdk-jest

Summary

This package contains type definitions for @mapbox/aws-sdk-jest (https://github.com/mapbox/aws-sdk-jest#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__aws-sdk-jest.

index.d.ts

// Type definitions for @mapbox/aws-sdk-jest 0.0
// Project: https://github.com/mapbox/aws-sdk-jest#readme
// Definitions by: stevensnoeijen <https://github.com/stevensnoeijen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.8

/// <reference types="node"/>
/// <reference types="jest" />

declare module 'aws-sdk' {
    function spyOn(service: string, method: string): jest.Mock;
    function spyOnPromise(service: string, method: string, response?: unknown): jest.Mock;
    function spyOnEachPage(service: string, method: string, pages: Array<Record<string, unknown>>): jest.Mock;
    function clearAllMocks(): void;
}

Additional Details

Credits

These definitions were written by stevensnoeijen.

0.0.5

7 months ago

0.0.4

8 months ago

0.0.6

6 months ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

3 years ago