Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

assert-the-unexpected

alexjeffburke3BSD-3-Clause1.1.0

assert facade for Unexpected

readme

assert-the-unexpected

NPM version Build Status Coverage Status

This library implements the node core assert API as an Unexpected facade.

Compatibility

A great deal of emphasis was placed on compatibility and this module aims to be a drop-in replacement. It was developed against the node core test suite which it passes with the exception of the following:

  • circular references are not supported
  • deepEqual() not throwing on comparisons of:
    • "a" to {0:'a'} (supported for Arrays)
    • mismatching prototypes

The libary has been tested against the follwing baseline versions of node assert:

  • 4.7.3
  • 6.15.1