Skip to content

Examples using Typescript and Jest to mock external libs as well as yours.

Notifications You must be signed in to change notification settings

cosmos-bear/ts-jest-mock-examples

Repository files navigation

TypeScript Jest Mock Examples

102nd-floor

Examples using Typescript and Jest to mock external libs as well as yours.

Code Examples

Module Folder
S3 Client src/library/aws-sdk-v3/s3
Dynamo Client TBD

Development

Prerequisites

Installation

npm install

Test

# test
npm test

# test coverage
npm test:coverage