Skip to content

Latest commit

 

History

History

chaijs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Name: Chai Assertion Library
Short Name: chai
URL: https://github.com/chaijs/chai
Version: 4.2.0
Revision: 26c8a794ec6da695f004bdbd6362a466dc3d098f
Date: 2018-09-25
License: MIT
License File: NOT_SHIPPED
Security Critical: no

Description:
BDD / TDD assertion framework for node.js and the browser that can be
paired with any testing framework.

Local Modifications:
 - Copied license text out of README.md.
 - Externs file from
   https://github.com/google/closure-compiler/tree/master/contrib/externs
 - Add mising assert.notStrictEqual
 - Add missing export of chai.expect
 - Applied chromium.patch so that chai.js can run within a d8 shell, which is
   used in unit_tests