🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@hmcts/div-idam-test-harness

Package Overview
Dependencies
Maintainers
18
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/div-idam-test-harness

Test harness for the IdAM Express Middleware

npmnpm
Version
1.1.1
Version published
Maintainers
18
Created
Source

Divorce IDAM Express Test Harness

A test harness for the IDAM-Express-Middleware

Requirements

  • Node >=8.0
  • yarn

Installation

As of now, this module is published only in a private repository. We are working on publishing this project to NPM. Until then, the package can be installed from its github URL, examples:

# Install the latest version
yarn add https://github.com/hmcts/div-idam-test-harness

# Install a specific version
yarn add https://github.com/hmcts/div-idam-test-harness#1.0.11

Usage

Require this module in your tests and call idamExpressTestHarness.stub() before the app is initialised.

Remember to call .restore() after every test.

FAQs

Package last updated on 24 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts