Skip to content

unexpectedjs/assert-the-unexpected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published