1.1.0 • Published 5 years ago

assert-the-unexpected v1.1.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
5 years ago

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
1.1.0

5 years ago

1.0.0

5 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago