Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 492 Bytes

File metadata and controls

18 lines (12 loc) · 492 Bytes

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.