1.9.0 • Published 3 years ago

@hmcts/div-idam-test-harness v1.9.0

Weekly downloads
106
License
MIT
Repository
-
Last release
3 years ago

Divorce IDAM Express Test Harness

A test harness for the IDAM-Express-Middleware

Requirements

  • Node >=8.0
  • yarn

Installation

# Install the latest version
yarn add "@hmcts/div-idam-test-harness"

# Install a specific version
yarn add "@hmcts/div-idam-test-harness@1.2.1"

Usage

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

Remember to call .restore() after every test.