Skip to content

Teaching package to demonstrate Sinon Reverse Engineered code.

Notifications You must be signed in to change notification settings

jwill9999/sinon_reverse_engineered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinon code Reverse Engineered

CircleCI branch

Description

This code aims to explain how Sinon spies, and stubs work with an aim to demystify and understand whats happening under the hood.

git clone
npm install dependencies
install mocha if not global
Testing : npm test 

>>> Further documentation and teaching material to follow.