Skip to content

Latest commit

 

History

History

using-mocha-chai

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using mocha - chai example

Example of a test that use the export-context in the unit test that uses test framework mocha and chai

npm i mocha chai
$(npm bin)/mocha ./example/using-mocha-chai/test.js


  greet
    ✓ returns argument

  setText
    ✓ sets text to #example

  getText
    ✓ gets text from #example


  3 passing (16ms)