Skip to main content
Home

Built and signed on GitHub Actions

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

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
76%
Published
2 months ago (0.0.54)

AWS Cognito Test Utils

Test

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, or manually install the dependencies in .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
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@dhau/aws-cognito-test-utils

Import symbol

import * as aws_cognito_test_utils from "@dhau/aws-cognito-test-utils";
or

Import directly with a jsr specifier

import * as aws_cognito_test_utils from "jsr:@dhau/aws-cognito-test-utils";

Add Package

pnpm i jsr:@dhau/aws-cognito-test-utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @dhau/aws-cognito-test-utils

Import symbol

import * as aws_cognito_test_utils from "@dhau/aws-cognito-test-utils";

Add Package

yarn add jsr:@dhau/aws-cognito-test-utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @dhau/aws-cognito-test-utils

Import symbol

import * as aws_cognito_test_utils from "@dhau/aws-cognito-test-utils";

Add Package

npx jsr add @dhau/aws-cognito-test-utils

Import symbol

import * as aws_cognito_test_utils from "@dhau/aws-cognito-test-utils";

Add Package

bunx jsr add @dhau/aws-cognito-test-utils

Import symbol

import * as aws_cognito_test_utils from "@dhau/aws-cognito-test-utils";