An open API service indexing awesome lists of open source software.

https://github.com/danielholmes/aws-cognito-test-utils

MSW matchers for AWS Cognito
https://github.com/danielholmes/aws-cognito-test-utils

Last synced: 4 months ago
JSON representation

MSW matchers for AWS Cognito

Awesome Lists containing this project

README

          

# AWS Cognito Test Utils

[![Test](https://github.com/danielholmes/dhau-aws-cognito-test-utils/actions/workflows/test.yml/badge.svg)](https://github.com/danielholmes/dhau-aws-cognito-test-utils/actions/workflows/test.yml)

MSW handlers and other utilities for integration tests with AWS Cognito.

## Installation

```
npm add @dhau/aws-cognito-test-utils
```

## Local Development

### Setup

1. Install system dependencies using [ASDF](https://asdf-vm.com/), or manually install the dependencies in [`.tool-versions`](./.tool-versions)
2. Install project dependencies using `npm ci`

### Publishing

1. Manually set new version in `package.json`
2. Manually set new version in `jsr.json`
3. `npm run deploy`